gnu: emacs-helm: Update to 3.9.8.

* gnu/packages/emacs-xyz.scm (emacs-helm): Update to 3.9.8.

Change-Id: I9ba45e2e29890992561e3e96e9dc2716a24ce55f
This commit is contained in:
Nicolas Goaziou 2024-04-30 18:54:35 +02:00
parent e0776ecbf2
commit 455f4e9507
No known key found for this signature in database
GPG key ID: DA00B4F048E92F2D

View file

@ -15623,7 +15623,7 @@ (define-public emacs-wgrep
(define-public emacs-helm
(package
(name "emacs-helm")
(version "3.9.7")
(version "3.9.8")
(source
(origin
(method git-fetch)
@ -15632,7 +15632,7 @@ (define-public emacs-helm
(commit (string-append "v" version))))
(file-name (git-file-name name version))
(sha256
(base32 "0f7vwrvxg83gril2y5qm4469nzhy51dg49zn643pni6cmhz7r9mx"))))
(base32 "01lqwqjgg1m7ixm160z88cv6mbacs1vxbkvzcgns0lspxckvl1b1"))))
(build-system emacs-build-system)
(propagated-inputs
(list emacs-async emacs-popup))