gnu: emacs-helm: Update to 3.8.6.

* gnu/packages/emacs-xyz.scm (emacs-helm): Update to 3.8.6.
This commit is contained in:
Nicolas Goaziou 2022-07-11 12:00:06 +02:00
parent c8706d109e
commit 31ffe484be
No known key found for this signature in database
GPG Key ID: DA00B4F048E92F2D
1 changed files with 2 additions and 2 deletions

View File

@ -11787,7 +11787,7 @@ ack, ag, helm and pt.")
(define-public emacs-helm
(package
(name "emacs-helm")
(version "3.8.5")
(version "3.8.6")
(source
(origin
(method git-fetch)
@ -11796,7 +11796,7 @@ ack, ag, helm and pt.")
(commit (string-append "v" version))))
(file-name (git-file-name name version))
(sha256
(base32 "1my6c87ia7h99dbbbw1yxcmgacwss1j36rf3swn3k2ab6k34hsf4"))))
(base32 "02z5jxjkqspj6f6j2a87l9bzl2b4mh1560bzl8ia72w2vxg15m8z"))))
(build-system emacs-build-system)
(propagated-inputs
(list emacs-async emacs-popup))