gnu: guile-hall: Use git tag.

* gnu/packages/guile-xyz.scm (guile-hall)[source]: Use tag and git-file-name.
This commit is contained in:
Ricardo Wurmus 2019-02-15 17:37:28 +01:00
parent 06085facd5
commit feb11b0872
No known key found for this signature in database
GPG key ID: 197A5888235FACAC

View file

@ -1253,14 +1253,14 @@ (define-public guile-hall
(name "guile-hall") (name "guile-hall")
(version "0.2") (version "0.2")
(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 "54aeeb088ea2f1168090b7cdb95e3e70884f52f3"))) (commit (string-append "v" version))))
(file-name "guile-hall-0.2-checkout") (file-name (git-file-name name version))
(sha256 (base32 (sha256 (base32
"1bkbqgj24xh5b65sw2m98iggpi67b72szx1dsiq3cpzlcxplmgaz")))) "1bkbqgj24xh5b65sw2m98iggpi67b72szx1dsiq3cpzlcxplmgaz"))))
(build-system gnu-build-system) (build-system gnu-build-system)
(arguments (arguments
`(#:modules `(#:modules