guix-commits
[Top][All Lists]
Advanced

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

190/203: gnu: emacs-visual-regexp: Don't use unstable tarball.


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

nckx pushed a commit to branch master
in repository guix.

commit 8792f08b098bb8f3778ea7339fcc4137e1fde60e
Author: Tobias Geerinckx-Rice <address@hidden>
Date:   Mon Apr 8 23:40:05 2019 +0200

    gnu: emacs-visual-regexp: Don't use unstable tarball.
    
    * gnu/packages/emacs-xyz.scm (emacs-visual-regexp)[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 f1789a4..573751b 100644
--- a/gnu/packages/emacs-xyz.scm
+++ b/gnu/packages/emacs-xyz.scm
@@ -10866,13 +10866,13 @@ decreasing the default font size in all GUI Emacs 
frames.")
     (version "1.1.1")
     (source
      (origin
-       (method url-fetch)
-       (uri (string-append "https://github.com/benma/visual-regexp.el/archive/";
-                           "v" version ".tar.gz"))
-       (file-name (string-append name "-" version ".tar.gz"))
+       (method git-fetch)
+       (uri (git-reference
+             (url "https://github.com/benma/visual-regexp.el.git";)
+             (commit (string-append "v" version))))
+       (file-name (git-file-name name version))
        (sha256
-        (base32
-         "1czmhvcivlcdyz7rfm0vd4a3xsgmy4qbvbl6yjxc217wrxqflr92"))))
+        (base32 "12zpmzwyp85dzsjpxd3279kpfi9yz3jwc1k9fnb3xv3pjiil5svg"))))
     (build-system emacs-build-system)
     (home-page "https://github.com/benma/visual-regexp.el/";)
     (synopsis "Regexp command with interactive visual feedback")



reply via email to

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