3
5
Fork 0
mirror of git://git.savannah.gnu.org/guix.git synced 2023-12-14 03:33:07 +01:00

gnu: emacs-ivy: Update to 0.10.0.

* gnu/packages/emacs.scm (emacs-ivy): Update to 0.10.0.
This commit is contained in:
Ricardo Wurmus 2017-12-22 07:40:01 +01:00
parent 8c4ca853e0
commit a837423412
No known key found for this signature in database
GPG key ID: 197A5888235FACAC

View file

@ -3237,16 +3237,17 @@ automatically.")
(define-public emacs-ivy
(package
(name "emacs-ivy")
(version "0.9.1")
(version "0.10.0")
(source
(origin
(method url-fetch)
(uri (string-append "https://github.com/abo-abo/swiper/archive/"
version ".tar.gz"))
(file-name (string-append name "-" version ".tar.gz"))
(method git-fetch)
(uri (git-reference
(url "https://github.com/abo-abo/swiper.git")
(commit version)))
(file-name (string-append name "-" version "-checkout"))
(sha256
(base32
"1abi1rvjarwfxxylpx8qlhck0kbavnj0nmlaaizk9q5zr02xfx1j"))))
"14vnigqb5c3yi4q9ysw1fiwdqyqwyklqpb9wnjf81chm7s2mshnr"))))
(build-system emacs-build-system)
(propagated-inputs
`(("emacs-hydra" ,emacs-hydra)))