me
/
guix
Archived
1
0
Fork 0

gnu: emacs-helm: Update to 3.0.

* gnu/packages/emacs.scm (emacs-helm): Update to 3.0.
master
Pierre Neidhardt 2018-09-11 23:47:57 +02:00
parent ee0d184502
commit 2b0820bf0d
No known key found for this signature in database
GPG Key ID: 9BDCF497A4BBCC7F
1 changed files with 2 additions and 2 deletions

View File

@ -4698,7 +4698,7 @@ ack, ag, helm and pt.")
(define-public emacs-helm
(package
(name "emacs-helm")
(version "2.9.6")
(version "3.0")
(source (origin
(method url-fetch)
(uri (string-append
@ -4707,7 +4707,7 @@ ack, ag, helm and pt.")
(file-name (string-append name "-" version ".tar.gz"))
(sha256
(base32
"1f7m09i8gr0gk5nw5dn7rpdz20dg3hl4p77dpygkhl82yhk9q2ql"))))
"0k2r0ccppaqfjvyszaxa16vf7g2qzj1clhfr6v646ncsy17laciw"))))
(build-system emacs-build-system)
(propagated-inputs
`(("emacs-async" ,emacs-async)