guix-commits
[Top][All Lists]
Advanced

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

04/05: gnu: emacs-helm: Update to 2.9.0.


From: Marius Bakke
Subject: 04/05: gnu: emacs-helm: Update to 2.9.0.
Date: Tue, 3 Apr 2018 06:45:19 -0400 (EDT)

mbakke pushed a commit to branch master
in repository guix.

commit e0b0cafdea9872e45611a903567098c5ecdbbf68
Author: Kyle Meyer <address@hidden>
Date:   Sun Apr 1 17:15:58 2018 -0400

    gnu: emacs-helm: Update to 2.9.0.
    
    * gnu/packages/emacs.scm (emacs-helm): Update to 2.9.0.
    
    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 33f994f..8f2bba7 100644
--- a/gnu/packages/emacs.scm
+++ b/gnu/packages/emacs.scm
@@ -4156,7 +4156,7 @@ the file buffer.")
 (define-public emacs-helm
   (package
     (name "emacs-helm")
-    (version "2.8.5")
+    (version "2.9.0")
     (source (origin
               (method url-fetch)
               (uri (string-append
@@ -4165,7 +4165,7 @@ the file buffer.")
               (file-name (string-append name "-" version ".tar.gz"))
               (sha256
                (base32
-                "15xlnjm9rsbn0xq7xc09y52h2kn41zwn7ldryammf6i46wl02kq3"))))
+                "1798gn0za11cxdbi436javfczv4abniccxcl0jppl463r8lzb8is"))))
     (build-system emacs-build-system)
     (propagated-inputs
      `(("emacs-async" ,emacs-async)



reply via email to

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