me
/
guix
Archived
1
0
Fork 0

gnu: emacs-helm: Update to 2.9.0.

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

Signed-off-by: Marius Bakke <mbakke@fastmail.com>
master
Kyle Meyer 2018-04-01 17:15:58 -04:00 committed by Marius Bakke
parent 4fca8a028e
commit e0b0cafdea
No known key found for this signature in database
GPG Key ID: A2A06DF2A33A54FA
1 changed files with 2 additions and 2 deletions

View File

@ -4156,7 +4156,7 @@ the file buffer.")
(define-public emacs-helm (define-public emacs-helm
(package (package
(name "emacs-helm") (name "emacs-helm")
(version "2.8.5") (version "2.9.0")
(source (origin (source (origin
(method url-fetch) (method url-fetch)
(uri (string-append (uri (string-append
@ -4165,7 +4165,7 @@ the file buffer.")
(file-name (string-append name "-" version ".tar.gz")) (file-name (string-append name "-" version ".tar.gz"))
(sha256 (sha256
(base32 (base32
"15xlnjm9rsbn0xq7xc09y52h2kn41zwn7ldryammf6i46wl02kq3")))) "1798gn0za11cxdbi436javfczv4abniccxcl0jppl463r8lzb8is"))))
(build-system emacs-build-system) (build-system emacs-build-system)
(propagated-inputs (propagated-inputs
`(("emacs-async" ,emacs-async) `(("emacs-async" ,emacs-async)