me
/
guix
Archived
1
0
Fork 0

gnu: emacs-helm: Update to 3.8.2.

* gnu/packages/emacs-xyz.scm (emacs-helm): Update to 3.8.2.
master
Nicolas Goaziou 2021-12-03 19:41:27 +01:00
parent a7776d5ac0
commit 6557f17000
No known key found for this signature in database
GPG Key ID: DA00B4F048E92F2D
1 changed files with 2 additions and 2 deletions

View File

@ -11065,7 +11065,7 @@ ack, ag, helm and pt.")
(define-public emacs-helm
(package
(name "emacs-helm")
(version "3.8.1")
(version "3.8.2")
(source
(origin
(method git-fetch)
@ -11074,7 +11074,7 @@ ack, ag, helm and pt.")
(commit (string-append "v" version))))
(file-name (git-file-name name version))
(sha256
(base32 "1yfr2vz1kd21rvnxi8xzv67gs5r599fhjmw8qphsmpv5afscfl7k"))))
(base32 "1xkxlbjpqhfhakmfi664cq7i5968941vpngq94napmhbgqydp4qn"))))
(build-system emacs-build-system)
(propagated-inputs
`(("emacs-async" ,emacs-async)