guix-commits
[Top][All Lists]
Advanced

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

01/02: gnu: emacs-helm: Update to 2.8.5.


From: Ricardo Wurmus
Subject: 01/02: gnu: emacs-helm: Update to 2.8.5.
Date: Fri, 13 Oct 2017 02:43:23 -0400 (EDT)

rekado pushed a commit to branch master
in repository guix.

commit b38e41790338c53a33403ed574938612b596891f
Author: Ricardo Wurmus <address@hidden>
Date:   Fri Oct 13 08:09:27 2017 +0200

    gnu: emacs-helm: Update to 2.8.5.
    
    * gnu/packages/emacs.scm (emacs-helm): Update to 2.8.5.
---
 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 b294361..24dfd97 100644
--- a/gnu/packages/emacs.scm
+++ b/gnu/packages/emacs.scm
@@ -3717,7 +3717,7 @@ the file buffer.")
 (define-public emacs-helm
   (package
     (name "emacs-helm")
-    (version "2.7.1")
+    (version "2.8.5")
     (source (origin
               (method url-fetch)
               (uri (string-append
@@ -3726,7 +3726,7 @@ the file buffer.")
               (file-name (string-append name "-" version ".tar.gz"))
               (sha256
                (base32
-                "0pay8pi3fszykgskfbxsp4byad497cgfz4m886mxnkba1naxf6h7"))))
+                "15xlnjm9rsbn0xq7xc09y52h2kn41zwn7ldryammf6i46wl02kq3"))))
     (build-system emacs-build-system)
     (propagated-inputs
      `(("emacs-async" ,emacs-async)



reply via email to

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