Archived
1
0
Fork 0

gnu: emacs-helm: Update to 3.7.1.

* gnu/packages/emacs-xyz.scm (emacs-helm): Update to 3.7.1.
This commit is contained in:
Nicolas Goaziou 2021-05-29 15:39:37 +02:00
parent e35f0c4634
commit b273527eb7
No known key found for this signature in database
GPG key ID: DA00B4F048E92F2D

View file

@ -10228,7 +10228,7 @@ ack, ag, helm and pt.")
(define-public emacs-helm
(package
(name "emacs-helm")
(version "3.7.0")
(version "3.7.1")
(source
(origin
(method git-fetch)
@ -10237,7 +10237,7 @@ ack, ag, helm and pt.")
(commit (string-append "v" version))))
(file-name (git-file-name name version))
(sha256
(base32 "0lxq13bsbh7xawgsq08kjm7s28x9yl8mid3538flv5kcc1rv2b9y"))))
(base32 "0b8sfpvy02ijk9xi9b44762b718jqfq063wcg75dk3q452d27s1h"))))
(build-system emacs-build-system)
(propagated-inputs
`(("emacs-async" ,emacs-async)