gnu: emacs-ht: Don't use unstable tarball.
* gnu/packages/emacs-xyz.scm (emacs-ht)[source]: Use GIT-FETCH and GIT-FILE-NAME.
This commit is contained in:
parent
4ccf99d65b
commit
76a18a0cbb
1 changed files with 6 additions and 7 deletions
|
@ -5949,14 +5949,13 @@ (define-public emacs-ht
|
||||||
(version "2.2")
|
(version "2.2")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method url-fetch)
|
(method git-fetch)
|
||||||
(uri (string-append
|
(uri (git-reference
|
||||||
"https://github.com/Wilfred/ht.el/archive/"
|
(url "https://github.com/Wilfred/ht.el.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 "1p3qa7g0wa0wbviv2f8bda39cjys3naayk5xjm3nxxmqsyy8papx"))))
|
||||||
"0fsi27gdrh2dgwdbq43vnw5sz25war6shlxaclr60fl7krpxjkzf"))))
|
|
||||||
(build-system emacs-build-system)
|
(build-system emacs-build-system)
|
||||||
(propagated-inputs `(("emacs-dash" ,emacs-dash)))
|
(propagated-inputs `(("emacs-dash" ,emacs-dash)))
|
||||||
(home-page "https://github.com/Wilfred/ht.el")
|
(home-page "https://github.com/Wilfred/ht.el")
|
||||||
|
|
Loading…
Reference in a new issue