mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-26 22:38:07 -05:00
gnu: guile-hall: Update to 0.2.1.
* gnu/packages/guile-xyz.scm (guile-hall): Update to 0.2.1.
This commit is contained in:
parent
91e295470e
commit
cfc4e49823
1 changed files with 2 additions and 2 deletions
|
@ -1370,7 +1370,7 @@ (define-public guile-config
|
||||||
(define-public guile-hall
|
(define-public guile-hall
|
||||||
(package
|
(package
|
||||||
(name "guile-hall")
|
(name "guile-hall")
|
||||||
(version "0.2")
|
(version "0.2.1")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method git-fetch)
|
(method git-fetch)
|
||||||
|
@ -1379,7 +1379,7 @@ (define-public guile-hall
|
||||||
(commit (string-append "v" version))))
|
(commit (string-append "v" version))))
|
||||||
(file-name (git-file-name name version))
|
(file-name (git-file-name name version))
|
||||||
(sha256 (base32
|
(sha256 (base32
|
||||||
"1bkbqgj24xh5b65sw2m98iggpi67b72szx1dsiq3cpzlcxplmgaz"))))
|
"0dwx5iyg0dmdf64wq0b4w306bapr86jwnw35npgbjq4cqm8qbzqn"))))
|
||||||
(build-system gnu-build-system)
|
(build-system gnu-build-system)
|
||||||
(arguments
|
(arguments
|
||||||
`(#:modules
|
`(#:modules
|
||||||
|
|
Loading…
Reference in a new issue