mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-25 13:58:15 -05:00
gnu: guile-hall: Update to 0.3.1.
* gnu/packages/guile-xyz.scm (guile-hall): Update to 0.3.1.
This commit is contained in:
parent
a43fe7acd1
commit
63fe1dc0b0
1 changed files with 3 additions and 3 deletions
|
@ -1397,16 +1397,16 @@ (define-public guile3.0-config
|
||||||
(define-public guile-hall
|
(define-public guile-hall
|
||||||
(package
|
(package
|
||||||
(name "guile-hall")
|
(name "guile-hall")
|
||||||
(version "0.3.0")
|
(version "0.3.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.0-checkout")
|
(file-name "guile-hall-0.3.1-checkout")
|
||||||
(sha256
|
(sha256
|
||||||
(base32 "04vi9h1jj6sfdr4ikbvd41ls4rdgfp01x7dvbklb9mmgadzcibhn"))))
|
(base32 "1s24nigdra6rvclvy15l2aw00c3aq9vv8qwxylzs60darbl36206"))))
|
||||||
(build-system gnu-build-system)
|
(build-system gnu-build-system)
|
||||||
(arguments
|
(arguments
|
||||||
`(#:modules
|
`(#:modules
|
||||||
|
|
Loading…
Reference in a new issue