gnu: emacs-helm: Update to 3.9.0.

* gnu/packages/emacs-xyz.scm (emacs-helm): Update to 3.9.0.
This commit is contained in:
Nicolas Goaziou 2022-11-12 22:55:22 +01:00
parent 733fba28df
commit 40138eac83
No known key found for this signature in database
GPG key ID: DA00B4F048E92F2D

View file

@ -12673,7 +12673,7 @@ (define-public emacs-wgrep
(define-public emacs-helm
(package
(name "emacs-helm")
(version "3.8.9")
(version "3.9.0")
(source
(origin
(method git-fetch)
@ -12682,7 +12682,7 @@ (define-public emacs-helm
(commit (string-append "v" version))))
(file-name (git-file-name name version))
(sha256
(base32 "1gk4bq6ilbra85nlvr9hsj0h23bbrks6aryx5wsh8xkgaygw1plr"))))
(base32 "1i253ani2bl665biha0f071pncr2jh7x5yxp8rg2013sdf4nr74c"))))
(build-system emacs-build-system)
(propagated-inputs
(list emacs-async emacs-popup))