mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
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:
parent
97031e037e
commit
9d26fe0758
1 changed files with 2 additions and 2 deletions
|
@ -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
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue