guix-commits
[Top][All Lists]
Advanced

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

05/10: gnu: emacs-helm: Update to 3.8.4.


From: guix-commits
Subject: 05/10: gnu: emacs-helm: Update to 3.8.4.
Date: Mon, 7 Feb 2022 04:46:23 -0500 (EST)

ngz pushed a commit to branch master
in repository guix.

commit dde1131ef7d357d6c7017f7011d0ffdcef1aa49a
Author: Nicolas Goaziou <mail@nicolasgoaziou.fr>
AuthorDate: Mon Feb 7 10:28:24 2022 +0100

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



reply via email to

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