mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-28 15:22:18 -05:00
gnu: emacs-ivy-avy: Update to 0.14.0.
* gnu/packages/emacs-xyz.scm (emacs-ivy-avy): Update to 0.14.0.
This commit is contained in:
parent
4851c170f9
commit
c2b885a6a1
1 changed files with 2 additions and 2 deletions
|
@ -35305,7 +35305,7 @@ (define-public emacs-keystore-mode
|
|||
(define-public emacs-ivy-avy
|
||||
(package
|
||||
(name "emacs-ivy-avy")
|
||||
(version "0.13.4")
|
||||
(version "0.14.0")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
|
@ -35313,7 +35313,7 @@ (define-public emacs-ivy-avy
|
|||
"https://elpa.gnu.org/packages/"
|
||||
"ivy-avy-" version ".tar"))
|
||||
(sha256
|
||||
(base32 "1q5caxm4rnh4jy5n88dhkdbx1afsshmfki5dl8xsqbdb3y0zq7yi"))))
|
||||
(base32 "0gjpvjahhkxsakqrcni78v71fsrh3f0jrs55a4kqc5hv6qyn8hk9"))))
|
||||
(build-system emacs-build-system)
|
||||
(propagated-inputs
|
||||
(list emacs-ivy emacs-avy))
|
||||
|
|
Loading…
Reference in a new issue