diff options
author | Zhu Zihao <all_but_last@163.com> | 2025-07-20 00:08:13 +0800 |
---|---|---|
committer | Sharlatan Hellseher <sharlatanus@gmail.com> | 2025-07-20 14:59:25 +0100 |
commit | 9d26fe0758d77d0b1ec2a0ac72c7af4f9ab6c4dc (patch) | |
tree | da09ed5b1ba9893cb4a31acd7ba3597d4aaff1de | |
parent | 97031e037ebf11856ffcd4ed05478f0053ee209b (diff) |
gnu: loko-scheme: Update to 0.12.2.
* gnu/packages/scheme.scm (loko-scheme): Update to 0.12.2.
Change-Id: Ic0e8a9d851e5c7cbe793ffb75bc2c22d3277afb9
Signed-off-by: Sharlatan Hellseher <sharlatanus@gmail.com>
-rw-r--r-- | gnu/packages/scheme.scm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/scheme.scm b/gnu/packages/scheme.scm index ea37513edc..2807b31707 100644 --- a/gnu/packages/scheme.scm +++ b/gnu/packages/scheme.scm @@ -1444,7 +1444,7 @@ application.") (define-public loko-scheme (package (name "loko-scheme") - (version "0.12.1") + (version "0.12.2") (source (origin (method git-fetch) @@ -1452,7 +1452,7 @@ application.") (url "https://gitlab.com/weinholt/loko") (commit (string-append "v" version)))) (sha256 - (base32 "127cbrnpmanzd2daxd6vwdq09sqfvbm9ialpjaxd46n5j97fl5g9")) + (base32 "05fl1y024rsixaw991zavaq370nazndqrxr05lcmw8293dvrhhfa")) (file-name (git-file-name name version)))) (build-system gnu-build-system) (arguments |