guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

131/203: gnu: emacs-anzu: Don't use unstable tarball.


From: guix-commits
Subject: 131/203: gnu: emacs-anzu: Don't use unstable tarball.
Date: Wed, 10 Apr 2019 14:57:34 -0400 (EDT)

nckx pushed a commit to branch master
in repository guix.

commit c8ab5320e561125cc677cb428f064f844a0079a2
Author: Tobias Geerinckx-Rice <address@hidden>
Date:   Mon Apr 8 23:34:30 2019 +0200

    gnu: emacs-anzu: Don't use unstable tarball.
    
    * gnu/packages/emacs-xyz.scm (emacs-anzu)[source]: Use GIT-FETCH and
    GIT-FILE-NAME.
---
 gnu/packages/emacs-xyz.scm | 12 ++++++------
 1 file changed, 6 insertions(+), 6 deletions(-)

diff --git a/gnu/packages/emacs-xyz.scm b/gnu/packages/emacs-xyz.scm
index 1d2153f..cb98bc8 100644
--- a/gnu/packages/emacs-xyz.scm
+++ b/gnu/packages/emacs-xyz.scm
@@ -8754,13 +8754,13 @@ directories of plain text notes, inspired by Notational 
Velocity.")
     (version "0.62")
     (source
      (origin
-       (method url-fetch)
-       (uri (string-append "https://github.com/syohex/emacs-anzu/archive/";
-                           version ".tar.gz"))
-       (file-name (string-append name "-" version ".tar.gz"))
+       (method git-fetch)
+       (uri (git-reference
+             (url "https://github.com/syohex/emacs-anzu.git";)
+             (commit version)))
+       (file-name (git-file-name name version))
        (sha256
-        (base32
-         "16cg3897x5znbmgk7sdy0qyd0fbic9dmmz0dchq2vz5z29yhg4cz"))))
+        (base32 "1lzvc0ihcbplir4hqfyxfqpsd78arz15gk92kmq4f8ggbkl37fan"))))
     (build-system emacs-build-system)
     (home-page "https://github.com/syohex/emacs-anzu";)
     (synopsis "Show number of matches in mode-line while searching")



reply via email to

[Prev in Thread] Current Thread [Next in Thread]