gnu: emacs-diminish: Don't use unstable tarball.
* gnu/packages/emacs-xyz.scm (emacs-diminish)[source]: Use GIT-FETCH and GIT-FILE-NAME.master
parent
d82680e614
commit
6e469344cc
|
@ -6534,14 +6534,13 @@ the hunks and revert them selectively.")
|
||||||
(version "0.45")
|
(version "0.45")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method url-fetch)
|
(method git-fetch)
|
||||||
(uri (string-append
|
(uri (git-reference
|
||||||
"https://github.com/myrjola/diminish.el/archive/v"
|
(url "https://github.com/myrjola/diminish.el.git")
|
||||||
version ".tar.gz"))
|
(commit (string-append "v" version))))
|
||||||
(file-name (string-append name "-" version ".tar.gz"))
|
(file-name (git-file-name name version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32 "0qpgfgp8hrzz4vdifxq8h25n0a0jlzgf7aa1fpy6r0080v5rqbb6"))))
|
||||||
"0i3629sv5cfrrb00hcnmaqzgs8mk36yasc1ax3ry1ga09nr6rkj9"))))
|
|
||||||
(build-system emacs-build-system)
|
(build-system emacs-build-system)
|
||||||
(home-page "https://github.com/myrjola/diminish.el")
|
(home-page "https://github.com/myrjola/diminish.el")
|
||||||
(synopsis "Diminish minor modes with no modeline display")
|
(synopsis "Diminish minor modes with no modeline display")
|
||||||
|
|
Reference in New Issue