guix-commits
[Top][All Lists]
Advanced

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

09/09: gnu: emacs-helm: Update to 3.8.5.


From: guix-commits
Subject: 09/09: gnu: emacs-helm: Update to 3.8.5.
Date: Sun, 20 Mar 2022 07:40:19 -0400 (EDT)

ngz pushed a commit to branch master
in repository guix.

commit ea8aebafca257595efac05a2f58194acd55256cc
Author: Nicolas Goaziou <mail@nicolasgoaziou.fr>
AuthorDate: Sun Mar 20 12:37:44 2022 +0100

    gnu: emacs-helm: Update to 3.8.5.
    
    * gnu/packages/emacs-xyz.scm (emacs-helm): Update to 3.8.5.
---
 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 0981634e5b..cd2367e842 100644
--- a/gnu/packages/emacs-xyz.scm
+++ b/gnu/packages/emacs-xyz.scm
@@ -11347,7 +11347,7 @@ ack, ag, helm and pt.")
 (define-public emacs-helm
   (package
     (name "emacs-helm")
-    (version "3.8.4")
+    (version "3.8.5")
     (source
      (origin
        (method git-fetch)
@@ -11356,7 +11356,7 @@ ack, ag, helm and pt.")
              (commit (string-append "v" version))))
        (file-name (git-file-name name version))
        (sha256
-        (base32 "0kfw83jz44b30v5rzvrx4ish62rkvacxd4s64xmf18h2342nrzi0"))))
+        (base32 "1my6c87ia7h99dbbbw1yxcmgacwss1j36rf3swn3k2ab6k34hsf4"))))
     (build-system emacs-build-system)
     (propagated-inputs
      (list emacs-async emacs-popup))



reply via email to

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