guix-commits
[Top][All Lists]
Advanced

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

03/05: gnu: emacs-helm: Update to 2.9.6.


From: Marius Bakke
Subject: 03/05: gnu: emacs-helm: Update to 2.9.6.
Date: Mon, 25 Jun 2018 15:56:45 -0400 (EDT)

mbakke pushed a commit to branch master
in repository guix.

commit 7506f501af33ccf4679055bc271613502cea96ed
Author: Pierre Neidhardt <address@hidden>
Date:   Thu Jun 21 19:14:43 2018 +0200

    gnu: emacs-helm: Update to 2.9.6.
    
    * gnu/packages/emacs.scm (emacs-helm): Update to 2.9.6.
    
    Signed-off-by: Marius Bakke <address@hidden>
---
 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 c226e8c..c791181 100644
--- a/gnu/packages/emacs.scm
+++ b/gnu/packages/emacs.scm
@@ -4495,7 +4495,7 @@ the file buffer.")
 (define-public emacs-helm
   (package
     (name "emacs-helm")
-    (version "2.9.0")
+    (version "2.9.6")
     (source (origin
               (method url-fetch)
               (uri (string-append
@@ -4504,7 +4504,7 @@ the file buffer.")
               (file-name (string-append name "-" version ".tar.gz"))
               (sha256
                (base32
-                "1798gn0za11cxdbi436javfczv4abniccxcl0jppl463r8lzb8is"))))
+                "1f7m09i8gr0gk5nw5dn7rpdz20dg3hl4p77dpygkhl82yhk9q2ql"))))
     (build-system emacs-build-system)
     (propagated-inputs
      `(("emacs-async" ,emacs-async)



reply via email to

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