gnu: emacs-smart-mode-line: Don't use unstable tarball.
* gnu/packages/emacs-xyz.scm (emacs-smart-mode-line)[source]: Use GIT-FETCH and GIT-FILE-NAME.
This commit is contained in:
parent
349eb1bc20
commit
b3093d1c00
|
@ -2579,13 +2579,13 @@ snippets for yasnippet.")
|
||||||
(version "2.12.0")
|
(version "2.12.0")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method url-fetch)
|
(method git-fetch)
|
||||||
(uri (string-append "https://github.com/Malabarba/smart-mode-line/"
|
(uri (git-reference
|
||||||
"archive/" version ".tar.gz"))
|
(url "https://github.com/Malabarba/smart-mode-line.git")
|
||||||
(file-name (string-append name "-" version ".tar.gz"))
|
(commit version)))
|
||||||
|
(file-name (git-file-name name version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32 "1gs4ay9hdg8gmia4ir74qawk80pqwv99hp4yhy108kpfry5mrq6z"))))
|
||||||
"1hn8s6laijmg7w1bgwdfrki6h9vxkbgr8rmmssvd5yqyad5w2sba"))))
|
|
||||||
(build-system emacs-build-system)
|
(build-system emacs-build-system)
|
||||||
(propagated-inputs
|
(propagated-inputs
|
||||||
`(("emacs-rich-minority" ,emacs-rich-minority)))
|
`(("emacs-rich-minority" ,emacs-rich-minority)))
|
||||||
|
|
Loading…
Reference in New Issue