guix-commits
[Top][All Lists]
Advanced

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

01/02: gnu: emacs-ivy: Update to 0.9.1.


From: Alex Kost
Subject: 01/02: gnu: emacs-ivy: Update to 0.9.1.
Date: Wed, 12 Apr 2017 14:15:01 -0400 (EDT)

alezost pushed a commit to branch master
in repository guix.

commit 352074d5a96aa47cc7977d38b948b9d219006792
Author: Alex Kost <address@hidden>
Date:   Sun Apr 9 21:10:45 2017 +0300

    gnu: emacs-ivy: Update to 0.9.1.
    
    * gnu/packages/emacs.scm (emacs-ivy): Update to 0.9.1.
---
 gnu/packages/emacs.scm | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/emacs.scm b/gnu/packages/emacs.scm
index 741b01e..d8f3c22 100644
--- a/gnu/packages/emacs.scm
+++ b/gnu/packages/emacs.scm
@@ -2659,7 +2659,7 @@ automatically.")
 (define-public emacs-ivy
   (package
     (name "emacs-ivy")
-    (version "0.8.0")
+    (version "0.9.1")
     (source
      (origin
        (method url-fetch)
@@ -2668,7 +2668,7 @@ automatically.")
        (file-name (string-append name "-" version ".tar.gz"))
        (sha256
         (base32
-         "18nqwl05is71dzswnvpfhlg7b0v3apvbsfxrwab9c0apwavi892q"))))
+         "1abi1rvjarwfxxylpx8qlhck0kbavnj0nmlaaizk9q5zr02xfx1j"))))
     (build-system emacs-build-system)
     (propagated-inputs
      `(("emacs-hydra" ,emacs-hydra)))



reply via email to

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