gnu: emacs-helm: Update to 3.1.

* gnu/packages/emacs-xyz.scm (emacs-helm): Update to 3.1.
This commit is contained in:
Pierre Neidhardt 2019-03-12 08:06:50 +01:00
parent 2ee05bb9d4
commit a922b2aee2
No known key found for this signature in database
GPG key ID: 9BDCF497A4BBCC7F

View file

@ -4957,7 +4957,7 @@ (define-public emacs-wgrep
(define-public emacs-helm
(package
(name "emacs-helm")
(version "3.0")
(version "3.1")
(source (origin
(method url-fetch)
(uri (string-append
@ -4966,7 +4966,7 @@ (define-public emacs-helm
(file-name (string-append name "-" version ".tar.gz"))
(sha256
(base32
"0k2r0ccppaqfjvyszaxa16vf7g2qzj1clhfr6v646ncsy17laciw"))))
"0ymykcsbcgq2kskqc0ddigg0kfznxx3j02mkd5r3c3n8gn3kgz84"))))
(build-system emacs-build-system)
(propagated-inputs
`(("emacs-async" ,emacs-async)