me
/
guix
Archived
1
0
Fork 0

gnu: guile-hall: Update to 0.3.0.

* gnu/packages/guile-xyz.scm (guile-hall): Update to 0.3.0.
master
Alex Sassmannshausen 2020-05-16 17:30:35 +02:00
parent 1a1faa78b0
commit a3dfe05285
No known key found for this signature in database
GPG Key ID: 8BC4F4476E8A8E00
1 changed files with 5 additions and 5 deletions

View File

@ -1397,16 +1397,16 @@ above command-line parameters.")
(define-public guile-hall
(package
(name "guile-hall")
(version "0.2.1")
(version "0.3.0")
(source
(origin
(method git-fetch)
(uri (git-reference
(url "https://gitlab.com/a-sassmannshausen/guile-hall")
(commit (string-append "v" version))))
(file-name (git-file-name name version))
(sha256 (base32
"0dwx5iyg0dmdf64wq0b4w306bapr86jwnw35npgbjq4cqm8qbzqn"))))
(commit version)))
(file-name "guile-hall-0.3.0-checkout")
(sha256
(base32 "04vi9h1jj6sfdr4ikbvd41ls4rdgfp01x7dvbklb9mmgadzcibhn"))))
(build-system gnu-build-system)
(arguments
`(#:modules