gnu: emacs-helm: Update to 2.9.6.

* gnu/packages/emacs.scm (emacs-helm): Update to 2.9.6.

Signed-off-by: Marius Bakke <mbakke@fastmail.com>
This commit is contained in:
Pierre Neidhardt 2018-06-21 19:14:43 +02:00 committed by Marius Bakke
parent b1f9fc0d97
commit 7506f501af
No known key found for this signature in database
GPG key ID: A2A06DF2A33A54FA

View file

@ -4495,7 +4495,7 @@ (define-public emacs-wgrep
(define-public emacs-helm
(package
(name "emacs-helm")
(version "2.9.0")
(version "2.9.6")
(source (origin
(method url-fetch)
(uri (string-append
@ -4504,7 +4504,7 @@ (define-public emacs-helm
(file-name (string-append name "-" version ".tar.gz"))
(sha256
(base32
"1798gn0za11cxdbi436javfczv4abniccxcl0jppl463r8lzb8is"))))
"1f7m09i8gr0gk5nw5dn7rpdz20dg3hl4p77dpygkhl82yhk9q2ql"))))
(build-system emacs-build-system)
(propagated-inputs
`(("emacs-async" ,emacs-async)