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