guix-commits
[Top][All Lists]
Advanced

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

03/04: gnu: emacs-helm: Update to 3.6.0.


From: guix-commits
Subject: 03/04: gnu: emacs-helm: Update to 3.6.0.
Date: Sun, 15 Dec 2019 16:22:47 -0500 (EST)

brettgilio pushed a commit to branch master
in repository guix.

commit 426ab00aae1d15ec34c41c8df9ede30b999c9664
Author: Brett Gilio <address@hidden>
Date:   Sun Dec 15 15:19:31 2019 -0600

    gnu: emacs-helm: Update to 3.6.0.
    
    * gnu/packages/emacs-xyz.scm (emacs-helm): Update to 3.6.0.
---
 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 a739af8..ad983d2 100644
--- a/gnu/packages/emacs-xyz.scm
+++ b/gnu/packages/emacs-xyz.scm
@@ -6907,7 +6907,7 @@ ack, ag, helm and pt.")
 (define-public emacs-helm
   (package
     (name "emacs-helm")
-    (version "3.5.0")
+    (version "3.6.0")
     (source
      (origin
        (method git-fetch)
@@ -6916,7 +6916,7 @@ ack, ag, helm and pt.")
              (commit (string-append "v" version))))
        (file-name (git-file-name name version))
        (sha256
-        (base32 "07bijcnfkv60l3swasxv53x32l6glds05mxnbb3xbnmkgm1pm9if"))))
+        (base32 "0miq2q52pbicijp7pmj0widk252qixswywc03d120s4hya2b7vd7"))))
     (build-system emacs-build-system)
     (propagated-inputs
      `(("emacs-async" ,emacs-async)



reply via email to

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