guix-commits
[Top][All Lists]
Advanced

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

07/16: gnu: emacs-helm: Update to 3.9.4.


From: guix-commits
Subject: 07/16: gnu: emacs-helm: Update to 3.9.4.
Date: Sat, 2 Sep 2023 17:49:00 -0400 (EDT)

ngz pushed a commit to branch master
in repository guix.

commit 0585e5461a462fd6e4dfe534fdf8e80f91eaff81
Author: Nicolas Goaziou <mail@nicolasgoaziou.fr>
AuthorDate: Sat Sep 2 23:02:18 2023 +0200

    gnu: emacs-helm: Update to 3.9.4.
    
    * gnu/packages/emacs-xyz.scm (emacs-helm): Update to 3.9.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 cf48846852..d6ee7b575c 100644
--- a/gnu/packages/emacs-xyz.scm
+++ b/gnu/packages/emacs-xyz.scm
@@ -14629,7 +14629,7 @@ ack, ag, helm and pt.")
 (define-public emacs-helm
   (package
     (name "emacs-helm")
-    (version "3.9.0")
+    (version "3.9.4")
     (source
      (origin
        (method git-fetch)
@@ -14638,7 +14638,7 @@ ack, ag, helm and pt.")
              (commit (string-append "v" version))))
        (file-name (git-file-name name version))
        (sha256
-        (base32 "1i253ani2bl665biha0f071pncr2jh7x5yxp8rg2013sdf4nr74c"))))
+        (base32 "0p3031qa3vdy483yw4hvhrrs1xcfhgl7f0ab5m8kixfnr3facad9"))))
     (build-system emacs-build-system)
     (propagated-inputs
      (list emacs-async emacs-popup))



reply via email to

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