guix-commits
[Top][All Lists]
Advanced

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

193/203: gnu: emacs-ido-vertical-mode: Don't use unstable tarball.


From: guix-commits
Subject: 193/203: gnu: emacs-ido-vertical-mode: 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 f903fa46eefe7ea23914df29dbf7e920dbb90a33
Author: Tobias Geerinckx-Rice <address@hidden>
Date:   Mon Apr 8 23:40:42 2019 +0200

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

diff --git a/gnu/packages/emacs-xyz.scm b/gnu/packages/emacs-xyz.scm
index 50be9cd..b6c492e 100644
--- a/gnu/packages/emacs-xyz.scm
+++ b/gnu/packages/emacs-xyz.scm
@@ -11152,14 +11152,13 @@ bookmarks and history.")
     (version "0.1.6")
     (source
      (origin
-       (method url-fetch)
-       (uri (string-append
-             "https://github.com/creichert/ido-vertical-mode.el/archive/";
-             "v" version ".tar.gz"))
-       (file-name (string-append name "-" version ".tar.gz"))
+       (method git-fetch)
+       (uri (git-reference
+             (url "https://github.com/creichert/ido-vertical-mode.el.git";)
+             (commit (string-append "v" version))))
+       (file-name (git-file-name name version))
        (sha256
-        (base32
-         "0dprdxq8wvqd45dinwj92k0kixr07c8xvspa6i613mjcpxgwjg53"))))
+        (base32 "1lv82q639xjnmvby56nwqn23ijh6f163bk675s33dkingm8csj8k"))))
     (build-system emacs-build-system)
     (home-page "https://github.com/creichert/ido-vertical-mode.el";)
     (synopsis "Makes ido-mode display vertically")



reply via email to

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