guix-commits
[Top][All Lists]
Advanced

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

02/07: gnu: emacs-helm: Update to 3.8.8.


From: guix-commits
Subject: 02/07: gnu: emacs-helm: Update to 3.8.8.
Date: Fri, 30 Sep 2022 03:02:16 -0400 (EDT)

ngz pushed a commit to branch master
in repository guix.

commit a233b9e89f17a6c2fc9972749cb1b0612205f46b
Author: Nicolas Goaziou <mail@nicolasgoaziou.fr>
AuthorDate: Fri Sep 30 08:31:06 2022 +0200

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



reply via email to

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