mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
gnu: emacs-ivy-hydra: Update to 0.15.0.
* gnu/packages/emacs-xyz.scm (emacs-ivy-hydra): Update to 0.15.0. Change-Id: Ief422a5dec5618c98f2168e261656cfe79a3c513
This commit is contained in:
parent
481e9e27b9
commit
06b13aa217
1 changed files with 2 additions and 2 deletions
|
@ -41226,7 +41226,7 @@ files, providing syntax highlighting and indentation rules.")
|
||||||
(define-public emacs-ivy-hydra
|
(define-public emacs-ivy-hydra
|
||||||
(package
|
(package
|
||||||
(name "emacs-ivy-hydra")
|
(name "emacs-ivy-hydra")
|
||||||
(version "0.14.2")
|
(version "0.15.0")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
|
@ -41234,7 +41234,7 @@ files, providing syntax highlighting and indentation rules.")
|
||||||
"https://elpa.gnu.org/packages/"
|
"https://elpa.gnu.org/packages/"
|
||||||
"ivy-hydra-" version ".tar"))
|
"ivy-hydra-" version ".tar"))
|
||||||
(sha256
|
(sha256
|
||||||
(base32 "10qav0rvgc5bnlazjiwnv9dlk6hivl4acif0zq2f0qqgld9nh528"))))
|
(base32 "1crznifig71l6h4zjsr39d2w02blw7vla1vafv0yhhj6ryd4030g"))))
|
||||||
(build-system emacs-build-system)
|
(build-system emacs-build-system)
|
||||||
(propagated-inputs
|
(propagated-inputs
|
||||||
(list emacs-ivy emacs-hydra))
|
(list emacs-ivy emacs-hydra))
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue