guix-commits
[Top][All Lists]
Advanced

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

29/36: gnu: emacs-helm: Update to 3.9.7.


From: guix-commits
Subject: 29/36: gnu: emacs-helm: Update to 3.9.7.
Date: Sun, 21 Jan 2024 18:24:06 -0500 (EST)

ngz pushed a commit to branch master
in repository guix.

commit c6daf5d61719cd55af4e21715d752782d27d4ccc
Author: Nicolas Goaziou <mail@nicolasgoaziou.fr>
AuthorDate: Sun Jan 21 23:52:39 2024 +0100

    gnu: emacs-helm: Update to 3.9.7.
    
    * gnu/packages/emacs-xyz.scm (emacs-helm): Update to 3.9.7.
    
    Change-Id: I08be44a04cb5e829517cc6d406efa546b1c5c763
---
 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 3336ea7b7d..1be0890379 100644
--- a/gnu/packages/emacs-xyz.scm
+++ b/gnu/packages/emacs-xyz.scm
@@ -15375,7 +15375,7 @@ ack, ag, helm and pt.")
 (define-public emacs-helm
   (package
     (name "emacs-helm")
-    (version "3.9.6")
+    (version "3.9.7")
     (source
      (origin
        (method git-fetch)
@@ -15384,7 +15384,7 @@ ack, ag, helm and pt.")
              (commit (string-append "v" version))))
        (file-name (git-file-name name version))
        (sha256
-        (base32 "01b2608gsly557927wdkp71mbakk7h23icjnxq097r12zra4agc7"))))
+        (base32 "0f7vwrvxg83gril2y5qm4469nzhy51dg49zn643pni6cmhz7r9mx"))))
     (build-system emacs-build-system)
     (propagated-inputs
      (list emacs-async emacs-popup))



reply via email to

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