guix_mirror_bot pushed a commit to branch master in repository guix. commit 9d26fe0758d77d0b1ec2a0ac72c7af4f9ab6c4dc Author: Zhu Zihao <all_but_l...@163.com> AuthorDate: Sun Jul 20 00:08:13 2025 +0800
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 <sharlata...@gmail.com> --- gnu/packages/scheme.scm | 4 ++-- 1 file 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