gnu: emacs-xmlgen: Don't use unstable tarball.
* gnu/packages/emacs-xyz.scm (emacs-xmlgen)[source]: Use GIT-FETCH and GIT-FILE-NAME.
This commit is contained in:
parent
eb9305733e
commit
022482319d
|
@ -6654,14 +6654,13 @@ fonts is supported.")
|
||||||
(version "0.5")
|
(version "0.5")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method url-fetch)
|
(method git-fetch)
|
||||||
(uri (string-append
|
(uri (git-reference
|
||||||
"https://github.com/philjackson/xmlgen/archive/"
|
(url "https://github.com/philjackson/xmlgen.git")
|
||||||
version ".tar.gz"))
|
(commit version)))
|
||||||
(file-name (string-append name "-" version ".tar.gz"))
|
(file-name (git-file-name name version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32 "096i29v0badx0a6339h9ckdz78zj59gbjdp7vj7vhkq9d830392s"))))
|
||||||
"0zay490vjby3f7455r0vydmjg7q1gwc78hilpfb0rg4gwz224z8r"))))
|
|
||||||
(build-system emacs-build-system)
|
(build-system emacs-build-system)
|
||||||
(arguments
|
(arguments
|
||||||
`(#:tests? #t
|
`(#:tests? #t
|
||||||
|
|
Loading…
Reference in New Issue