ngz pushed a commit to branch master
in repository guix.
commit c4ec00b6b8e44390510626f21731e8351d87d1ac
Author: Nicolas Goaziou <[email protected]>
AuthorDate: Tue Oct 3 19:47:25 2023 +0200
gnu: emacs-helm: Update to 3.9.5.
* gnu/packages/emacs-xyz.scm (emacs-helm): Update to 3.9.5.
---
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 f746ddc479..db5978d680 100644
--- a/gnu/packages/emacs-xyz.scm
+++ b/gnu/packages/emacs-xyz.scm
@@ -14855,7 +14855,7 @@ ack, ag, helm and pt.")
(define-public emacs-helm
(package
(name "emacs-helm")
- (version "3.9.4")
+ (version "3.9.5")
(source
(origin
(method git-fetch)
@@ -14864,7 +14864,7 @@ ack, ag, helm and pt.")
(commit (string-append "v" version))))
(file-name (git-file-name name version))
(sha256
- (base32 "0p3031qa3vdy483yw4hvhrrs1xcfhgl7f0ab5m8kixfnr3facad9"))))
+ (base32 "067nc728dfbwzfs07z26cwcqjj00l4lvw3n9bl1zw094v0x6hxxm"))))
(build-system emacs-build-system)
(propagated-inputs
(list emacs-async emacs-popup))