gnu: guile-hall: Update to 0.4.1.
* gnu/packages/guile-xyz.scm (guile-hall): Update to 0.4.1.master
parent
15adec6f0a
commit
85bb38fd96
|
@ -1653,16 +1653,16 @@ above command-line parameters.")
|
||||||
(define-public guile-hall
|
(define-public guile-hall
|
||||||
(package
|
(package
|
||||||
(name "guile-hall")
|
(name "guile-hall")
|
||||||
(version "0.3.1")
|
(version "0.4.1")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method git-fetch)
|
(method git-fetch)
|
||||||
(uri (git-reference
|
(uri (git-reference
|
||||||
(url "https://gitlab.com/a-sassmannshausen/guile-hall")
|
(url "https://gitlab.com/a-sassmannshausen/guile-hall")
|
||||||
(commit version)))
|
(commit version)))
|
||||||
(file-name "guile-hall-0.3.1-checkout")
|
(file-name (git-file-name name version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32 "1s24nigdra6rvclvy15l2aw00c3aq9vv8qwxylzs60darbl36206"))))
|
(base32 "0yrrik1v1xbik5h5q7w2cxrx6gvkmcdm32dl36i7xqdq8pr8sh2d"))))
|
||||||
(build-system gnu-build-system)
|
(build-system gnu-build-system)
|
||||||
(arguments
|
(arguments
|
||||||
`(#:modules
|
`(#:modules
|
||||||
|
|
Reference in New Issue