guix-commits
[Top][All Lists]
Advanced

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

01/01: gnu: emacs-ivy: Update to 0.12.0.


From: guix-commits
Subject: 01/01: gnu: emacs-ivy: Update to 0.12.0.
Date: Sun, 21 Jul 2019 09:20:36 -0400 (EDT)

iyzsong pushed a commit to branch master
in repository guix.

commit 3aec5263a3a718e9987910defbd19e1e8b30c2dc
Author: Brian Leung <address@hidden>
Date:   Sat Jul 20 22:35:50 2019 +0200

    gnu: emacs-ivy: Update to 0.12.0.
    
    * gnu/packages/emacs-xyz.scm (emacs-ivy): Update to 0.12.0.
    
    Signed-off-by: 宋文武 <address@hidden>
---
 gnu/packages/emacs-xyz.scm | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/emacs-xyz.scm b/gnu/packages/emacs-xyz.scm
index 2f04375..a808749 100644
--- a/gnu/packages/emacs-xyz.scm
+++ b/gnu/packages/emacs-xyz.scm
@@ -4578,7 +4578,7 @@ automatically.")
 (define-public emacs-ivy
   (package
     (name "emacs-ivy")
-    (version "0.11.0")
+    (version "0.12.0")
     (source
      (origin
        (method git-fetch)
@@ -4588,7 +4588,7 @@ automatically.")
        (file-name (git-file-name name version))
        (sha256
         (base32
-         "009n8zjycs62cv4i1k9adbb284wz2w3r13xki2740sj34k683v13"))))
+         "0xgngn3jhmyn6mlkk9kmgfgh0w5i50b27syr4cgfgarg6p77j05w"))))
     (build-system emacs-build-system)
     (arguments
      `(#:phases



reply via email to

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