mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
gnu: emacs-ivy: Update to 0.15.0.
* gnu/packages/emacs-xyz.scm (emacs-ivy): Update to 0.15.0. Change-Id: Ie163fe585e16a752d290c19cfc7bfc52065d1b4d
This commit is contained in:
parent
ea5c2599e0
commit
c1a8f57d04
1 changed files with 2 additions and 2 deletions
|
@ -14464,13 +14464,13 @@ hydras with one column per group of heads.")))
|
|||
(define-public emacs-ivy
|
||||
(package
|
||||
(name "emacs-ivy")
|
||||
(version "0.14.2")
|
||||
(version "0.15.0")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
(uri (string-append "https://elpa.gnu.org/packages/ivy-" version ".tar"))
|
||||
(sha256
|
||||
(base32 "1h9gfkkcw9nfw85m0mh08qfmi2y0jkvdk54qx0iy5p04ysmhs6k1"))))
|
||||
(base32 "13kikgvrhi2b6dg0py4n51kc881dv7bll71iaxq1bjlzdwvsn20h"))))
|
||||
(build-system emacs-build-system)
|
||||
(propagated-inputs
|
||||
(list))
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue