gnu: emacs-anzu: Don't use unstable tarball.
* gnu/packages/emacs-xyz.scm (emacs-anzu)[source]: Use GIT-FETCH and GIT-FILE-NAME.
This commit is contained in:
parent
133ebfd045
commit
c8ab5320e5
1 changed files with 6 additions and 6 deletions
|
@ -8754,13 +8754,13 @@ (define-public emacs-anzu
|
||||||
(version "0.62")
|
(version "0.62")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method url-fetch)
|
(method git-fetch)
|
||||||
(uri (string-append "https://github.com/syohex/emacs-anzu/archive/"
|
(uri (git-reference
|
||||||
version ".tar.gz"))
|
(url "https://github.com/syohex/emacs-anzu.git")
|
||||||
(file-name (string-append name "-" version ".tar.gz"))
|
(commit version)))
|
||||||
|
(file-name (git-file-name name version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32 "1lzvc0ihcbplir4hqfyxfqpsd78arz15gk92kmq4f8ggbkl37fan"))))
|
||||||
"16cg3897x5znbmgk7sdy0qyd0fbic9dmmz0dchq2vz5z29yhg4cz"))))
|
|
||||||
(build-system emacs-build-system)
|
(build-system emacs-build-system)
|
||||||
(home-page "https://github.com/syohex/emacs-anzu")
|
(home-page "https://github.com/syohex/emacs-anzu")
|
||||||
(synopsis "Show number of matches in mode-line while searching")
|
(synopsis "Show number of matches in mode-line while searching")
|
||||||
|
|
Loading…
Reference in a new issue