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:
parent
992d456421
commit
ea8aebafca
1 changed files with 2 additions and 2 deletions
|
@ -11347,7 +11347,7 @@ ack, ag, helm and pt.")
|
||||||
(define-public emacs-helm
|
(define-public emacs-helm
|
||||||
(package
|
(package
|
||||||
(name "emacs-helm")
|
(name "emacs-helm")
|
||||||
(version "3.8.4")
|
(version "3.8.5")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method git-fetch)
|
(method git-fetch)
|
||||||
|
@ -11356,7 +11356,7 @@ ack, ag, helm and pt.")
|
||||||
(commit (string-append "v" version))))
|
(commit (string-append "v" version))))
|
||||||
(file-name (git-file-name name version))
|
(file-name (git-file-name name version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32 "0kfw83jz44b30v5rzvrx4ish62rkvacxd4s64xmf18h2342nrzi0"))))
|
(base32 "1my6c87ia7h99dbbbw1yxcmgacwss1j36rf3swn3k2ab6k34hsf4"))))
|
||||||
(build-system emacs-build-system)
|
(build-system emacs-build-system)
|
||||||
(propagated-inputs
|
(propagated-inputs
|
||||||
(list emacs-async emacs-popup))
|
(list emacs-async emacs-popup))
|
||||||
|
|
Reference in a new issue