gnu: emacs-helm: Update to 3.8.5.

* gnu/packages/emacs-xyz.scm (emacs-helm): Update to 3.8.5.
This commit is contained in:
Nicolas Goaziou 2022-03-20 12:37:44 +01:00
parent 992d456421
commit ea8aebafca
No known key found for this signature in database
GPG key ID: DA00B4F048E92F2D

View file

@ -11347,7 +11347,7 @@ (define-public emacs-wgrep
(define-public emacs-helm
(package
(name "emacs-helm")
(version "3.8.4")
(version "3.8.5")
(source
(origin
(method git-fetch)
@ -11356,7 +11356,7 @@ (define-public emacs-helm
(commit (string-append "v" version))))
(file-name (git-file-name name version))
(sha256
(base32 "0kfw83jz44b30v5rzvrx4ish62rkvacxd4s64xmf18h2342nrzi0"))))
(base32 "1my6c87ia7h99dbbbw1yxcmgacwss1j36rf3swn3k2ab6k34hsf4"))))
(build-system emacs-build-system)
(propagated-inputs
(list emacs-async emacs-popup))