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>
This commit is contained in:
Zhu Zihao 2025-07-20 00:08:13 +08:00 committed by Sharlatan Hellseher
parent 97031e037e
commit 9d26fe0758
No known key found for this signature in database
GPG key ID: 76D727BFF62CD2B5

View file

@ -1444,7 +1444,7 @@ application.")
(define-public loko-scheme (define-public loko-scheme
(package (package
(name "loko-scheme") (name "loko-scheme")
(version "0.12.1") (version "0.12.2")
(source (source
(origin (origin
(method git-fetch) (method git-fetch)
@ -1452,7 +1452,7 @@ application.")
(url "https://gitlab.com/weinholt/loko") (url "https://gitlab.com/weinholt/loko")
(commit (string-append "v" version)))) (commit (string-append "v" version))))
(sha256 (sha256
(base32 "127cbrnpmanzd2daxd6vwdq09sqfvbm9ialpjaxd46n5j97fl5g9")) (base32 "05fl1y024rsixaw991zavaq370nazndqrxr05lcmw8293dvrhhfa"))
(file-name (git-file-name name version)))) (file-name (git-file-name name version))))
(build-system gnu-build-system) (build-system gnu-build-system)
(arguments (arguments