gnu: emacs-tagedit: Don't use unstable tarball.
* gnu/packages/emacs-xyz.scm (emacs-tagedit)[source]: Use GIT-FETCH and GIT-FILE-NAME.
This commit is contained in:
parent
fd0ec422e0
commit
60306e4517
|
@ -3206,13 +3206,13 @@ constants and units into an Emacs buffer.")
|
||||||
(version "1.4.0")
|
(version "1.4.0")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method url-fetch)
|
(method git-fetch)
|
||||||
(uri (string-append "https://github.com/magnars/tagedit/"
|
(uri (git-reference
|
||||||
"archive/" version ".tar.gz"))
|
(url "https://github.com/magnars/tagedit.git")
|
||||||
(file-name (string-append name "-" version ".tar.gz"))
|
(commit version)))
|
||||||
|
(file-name (git-file-name name version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32 "0kq40g46s8kgiafrhdq99h79rz9h5fvgz59k7ralmf86bl4sdmdb"))))
|
||||||
"1apfnann4qklfdsmdi7icjsj18x7gwx8d83iqr4z25clszz95xfq"))))
|
|
||||||
(build-system emacs-build-system)
|
(build-system emacs-build-system)
|
||||||
(propagated-inputs
|
(propagated-inputs
|
||||||
`(("emacs-s" ,emacs-s)
|
`(("emacs-s" ,emacs-s)
|
||||||
|
|
Loading…
Reference in New Issue