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:
parent
e35f0c4634
commit
b273527eb7
1 changed files with 2 additions and 2 deletions
|
@ -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)
|
||||
|
|
Reference in a new issue