gnu: emacs-anzu: Use the upstream release instead of MELPA.
* gnu/packages/emacs.scm (emacs-anzu)[source]: Replace MELPA tarball with the upstream release. Signed-off-by: Arun Isaac <arunisaac@systemreboot.net>
This commit is contained in:
parent
f72662968e
commit
2d11acb61c
|
@ -7423,11 +7423,12 @@ directories of plain text notes, inspired by Notational Velocity.")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (string-append "http://stable.melpa.org/packages/anzu-"
|
(uri (string-append "https://github.com/syohex/emacs-anzu/archive/"
|
||||||
version ".el"))
|
version ".tar.gz"))
|
||||||
|
(file-name (string-append name "-" version ".tar.gz"))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"1h3p1x2h2830n83dzvkh8p2892n34a95x7aavhi10p7vfjk406fd"))))
|
"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 New Issue