summaryrefslogtreecommitdiff
path: root/gnu/packages/emacs.scm
diff options
context:
space:
mode:
authorSohom Bhattacharjee <soham.bhattacharjee15@gmail.com>2018-04-03 01:34:45 +0530
committerArun Isaac <arunisaac@systemreboot.net>2018-04-03 22:40:38 +0530
commit2d11acb61ce39efcda1176fb64d14ef627f24873 (patch)
tree77f2122a8fb45e3905fecb0fbffa6c75bccae8e1 /gnu/packages/emacs.scm
parentf72662968e757ed79eefa1990b5b94d802571632 (diff)
downloadguix-patches-2d11acb61ce39efcda1176fb64d14ef627f24873.tar
guix-patches-2d11acb61ce39efcda1176fb64d14ef627f24873.tar.gz
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>
Diffstat (limited to 'gnu/packages/emacs.scm')
-rw-r--r--gnu/packages/emacs.scm7
1 files changed, 4 insertions, 3 deletions
diff --git a/gnu/packages/emacs.scm b/gnu/packages/emacs.scm
index bb91ccd042..4b750b2081 100644
--- a/gnu/packages/emacs.scm
+++ b/gnu/packages/emacs.scm
@@ -7423,11 +7423,12 @@ directories of plain text notes, inspired by Notational Velocity.")
(source
(origin
(method url-fetch)
- (uri (string-append "http://stable.melpa.org/packages/anzu-"
- version ".el"))
+ (uri (string-append "https://github.com/syohex/emacs-anzu/archive/"
+ version ".tar.gz"))
+ (file-name (string-append name "-" version ".tar.gz"))
(sha256
(base32
- "1h3p1x2h2830n83dzvkh8p2892n34a95x7aavhi10p7vfjk406fd"))))
+ "16cg3897x5znbmgk7sdy0qyd0fbic9dmmz0dchq2vz5z29yhg4cz"))))
(build-system emacs-build-system)
(home-page "https://github.com/syohex/emacs-anzu")
(synopsis "Show number of matches in mode-line while searching")