gnu: emacs-ivy: Update to 0.13.4.
* gnu/packages/emacs-xyz.scm (emacs-ivy): Update to 0.13.4.
This commit is contained in:
parent
752843d923
commit
49a8f88fe1
1 changed files with 2 additions and 2 deletions
|
|
@ -7802,13 +7802,13 @@ hydras with one column per group of heads.")))
|
||||||
(define-public emacs-ivy
|
(define-public emacs-ivy
|
||||||
(package
|
(package
|
||||||
(name "emacs-ivy")
|
(name "emacs-ivy")
|
||||||
(version "0.13.1")
|
(version "0.13.4")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (string-append "https://elpa.gnu.org/packages/ivy-" version ".tar"))
|
(uri (string-append "https://elpa.gnu.org/packages/ivy-" version ".tar"))
|
||||||
(sha256
|
(sha256
|
||||||
(base32 "0n0ixhdykbdpis4krkqq6zncbby28p34742q96n0l91w0p19slcx"))))
|
(base32 "0qpza1c45mr8fcpnm32cck4v22fnzz1yb7kww05rzgq1k9iivx5v"))))
|
||||||
(build-system emacs-build-system)
|
(build-system emacs-build-system)
|
||||||
(propagated-inputs
|
(propagated-inputs
|
||||||
`(("emacs-hydra" ,emacs-hydra)))
|
`(("emacs-hydra" ,emacs-hydra)))
|
||||||
|
|
|
||||||
Reference in a new issue