guix-commits
[Top][All Lists]
Advanced

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

07/30: gnu: emacs-wgrep: Don't use unstable tarball.


From: guix-commits
Subject: 07/30: gnu: emacs-wgrep: Don't use unstable tarball.
Date: Tue, 25 Jun 2019 02:56:19 -0400 (EDT)

ngz pushed a commit to branch master
in repository guix.

commit e923a870b674aba8c22ca2d399938978504e3a91
Author: Brian Leung <address@hidden>
Date:   Sat Jun 15 03:30:08 2019 +0200

    gnu: emacs-wgrep: Don't use unstable tarball.
    
    * gnu/packages/emacs-xyz.scm (emacs-wgrep)[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 961801b..7ad1fa8 100644
--- a/gnu/packages/emacs-xyz.scm
+++ b/gnu/packages/emacs-xyz.scm
@@ -5763,14 +5763,14 @@ Dust.js, React/JSX, Angularjs, ejs, etc.")
     (name "emacs-wgrep")
     (version "2.3.0")
     (source (origin
-              (method url-fetch)
-              (uri (string-append
-                    "https://github.com/mhayashi1120/Emacs-wgrep/archive/";
-                    version ".tar.gz"))
-              (file-name (string-append name "-" version ".tar.gz"))
+              (method git-fetch)
+              (uri (git-reference
+                    (url "https://github.com/mhayashi1120/Emacs-wgrep";)
+                    (commit version)))
+              (file-name (git-file-name name version))
               (sha256
                (base32
-                "1cssqbg03fjb6xwf7idv1l3jjsh9r5r232ryi11czqlxfiv658bj"))))
+                "0pgyf9vfcahb495q01hi1mvkmv846w4rj6zyf52is8x7sjj7x44s"))))
     (build-system emacs-build-system)
     (home-page "https://github.com/mhayashi1120/Emacs-wgrep";)
     (synopsis "Edit a grep buffer and apply those changes to the files")



reply via email to

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