mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-26 06:18:07 -05:00
gnu: emacs-ivy: Update to 0.14.2.
* gnu/packages/emacs-xyz.scm (emacs-ivy): Update to 0.14.2. Change-Id: I5299af740db0a9ebc80218fe350b9113b67cfa22
This commit is contained in:
parent
024c099672
commit
2d6ebcbcc4
1 changed files with 3 additions and 3 deletions
|
@ -12566,16 +12566,16 @@ (define-public emacs-major-mode-hydra
|
|||
(define-public emacs-ivy
|
||||
(package
|
||||
(name "emacs-ivy")
|
||||
(version "0.14.0")
|
||||
(version "0.14.2")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
(uri (string-append "https://elpa.gnu.org/packages/ivy-" version ".tar"))
|
||||
(sha256
|
||||
(base32 "1fzl7xcmxjg005g4676ac3jcshgmcmdr81ywmxvjcs8wj71v56jv"))))
|
||||
(base32 "1zjksh0jvxyqhzgwmh9i26gaip6c04q400xckh730r2gjs287pjj"))))
|
||||
(build-system emacs-build-system)
|
||||
(propagated-inputs
|
||||
(list emacs-hydra))
|
||||
(list))
|
||||
(home-page "https://github.com/abo-abo/swiper")
|
||||
(synopsis "Incremental vertical completion for Emacs")
|
||||
(description
|
||||
|
|
Loading…
Reference in a new issue