me
/
guix
Archived
1
0
Fork 0

gnu: emacs-ivy: Update to 0.9.1.

* gnu/packages/emacs.scm (emacs-ivy): Update to 0.9.1.
master
Alex Kost 2017-04-09 21:10:45 +03:00
parent fc901d168b
commit 352074d5a9
No known key found for this signature in database
GPG Key ID: 82460C082A0EE98F
1 changed files with 2 additions and 2 deletions

View File

@ -2659,7 +2659,7 @@ automatically.")
(define-public emacs-ivy
(package
(name "emacs-ivy")
(version "0.8.0")
(version "0.9.1")
(source
(origin
(method url-fetch)
@ -2668,7 +2668,7 @@ automatically.")
(file-name (string-append name "-" version ".tar.gz"))
(sha256
(base32
"18nqwl05is71dzswnvpfhlg7b0v3apvbsfxrwab9c0apwavi892q"))))
"1abi1rvjarwfxxylpx8qlhck0kbavnj0nmlaaizk9q5zr02xfx1j"))))
(build-system emacs-build-system)
(propagated-inputs
`(("emacs-hydra" ,emacs-hydra)))