guix-commits
[Top][All Lists]
Advanced

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

06/07: gnu: emacs-helm: Update to 3.8.9.


From: guix-commits
Subject: 06/07: gnu: emacs-helm: Update to 3.8.9.
Date: Sat, 12 Nov 2022 05:34:14 -0500 (EST)

ngz pushed a commit to branch master
in repository guix.

commit f9ff7dd1cf5a3318f89b898f3d211d63da063f9b
Author: Nicolas Goaziou <mail@nicolasgoaziou.fr>
AuthorDate: Sat Nov 12 11:28:57 2022 +0100

    gnu: emacs-helm: Update to 3.8.9.
    
    * gnu/packages/emacs-xyz.scm (emacs-helm): Update to 3.8.9.
---
 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 d179d6f78d..f836880a35 100644
--- a/gnu/packages/emacs-xyz.scm
+++ b/gnu/packages/emacs-xyz.scm
@@ -12673,7 +12673,7 @@ ack, ag, helm and pt.")
 (define-public emacs-helm
   (package
     (name "emacs-helm")
-    (version "3.8.8")
+    (version "3.8.9")
     (source
      (origin
        (method git-fetch)
@@ -12682,7 +12682,7 @@ ack, ag, helm and pt.")
              (commit (string-append "v" version))))
        (file-name (git-file-name name version))
        (sha256
-        (base32 "1i8hbdp5sg99h3imqydk4wd7mqsa04113yavk5sx1wgc17jm1l42"))))
+        (base32 "1gk4bq6ilbra85nlvr9hsj0h23bbrks6aryx5wsh8xkgaygw1plr"))))
     (build-system emacs-build-system)
     (propagated-inputs
      (list emacs-async emacs-popup))



reply via email to

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