mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-07 15:36:20 -05:00
gnu: emacs-ivy: Update to 0.14.0.
* gnu/packages/emacs-xyz.scm (emacs-ivy): Update to 0.14.0.
This commit is contained in:
parent
d785c84041
commit
ffcc7e56c6
1 changed files with 2 additions and 2 deletions
|
@ -11643,13 +11643,13 @@ (define-public emacs-major-mode-hydra
|
|||
(define-public emacs-ivy
|
||||
(package
|
||||
(name "emacs-ivy")
|
||||
(version "0.13.4")
|
||||
(version "0.14.0")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
(uri (string-append "https://elpa.gnu.org/packages/ivy-" version ".tar"))
|
||||
(sha256
|
||||
(base32 "0qpza1c45mr8fcpnm32cck4v22fnzz1yb7kww05rzgq1k9iivx5v"))))
|
||||
(base32 "1fzl7xcmxjg005g4676ac3jcshgmcmdr81ywmxvjcs8wj71v56jv"))))
|
||||
(build-system emacs-build-system)
|
||||
(propagated-inputs
|
||||
(list emacs-hydra))
|
||||
|
|
Loading…
Reference in a new issue