guix-commits
[Top][All Lists]
Advanced

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

01/03: gnu: emacs-ivy: Update to 0.10.0.


From: Ricardo Wurmus
Subject: 01/03: gnu: emacs-ivy: Update to 0.10.0.
Date: Fri, 22 Dec 2017 01:57:37 -0500 (EST)

rekado pushed a commit to branch master
in repository guix.

commit a837423412fd59e56fd0d7f28cdbfd524d70d586
Author: Ricardo Wurmus <address@hidden>
Date:   Fri Dec 22 07:40:01 2017 +0100

    gnu: emacs-ivy: Update to 0.10.0.
    
    * gnu/packages/emacs.scm (emacs-ivy): Update to 0.10.0.
---
 gnu/packages/emacs.scm | 13 +++++++------
 1 file changed, 7 insertions(+), 6 deletions(-)

diff --git a/gnu/packages/emacs.scm b/gnu/packages/emacs.scm
index 1a00d8c..afe877a 100644
--- a/gnu/packages/emacs.scm
+++ b/gnu/packages/emacs.scm
@@ -3237,16 +3237,17 @@ automatically.")
 (define-public emacs-ivy
   (package
     (name "emacs-ivy")
-    (version "0.9.1")
+    (version "0.10.0")
     (source
      (origin
-       (method url-fetch)
-       (uri (string-append "https://github.com/abo-abo/swiper/archive/";
-                           version ".tar.gz"))
-       (file-name (string-append name "-" version ".tar.gz"))
+       (method git-fetch)
+       (uri (git-reference
+             (url "https://github.com/abo-abo/swiper.git";)
+             (commit version)))
+       (file-name (string-append name "-" version "-checkout"))
        (sha256
         (base32
-         "1abi1rvjarwfxxylpx8qlhck0kbavnj0nmlaaizk9q5zr02xfx1j"))))
+         "14vnigqb5c3yi4q9ysw1fiwdqyqwyklqpb9wnjf81chm7s2mshnr"))))
     (build-system emacs-build-system)
     (propagated-inputs
      `(("emacs-hydra" ,emacs-hydra)))



reply via email to

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