mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
gnu: emacs-swiper: Update to 0.15.0.
* gnu/packages/emacs-xyz.scm (emacs-swiper): Update to 0.15.0. Change-Id: I89ffc626a91f03ed9719a028b3f7129a01e84269 Signed-off-by: Ian Eure <ian@retrospec.tv>
This commit is contained in:
parent
cf87c55d8a
commit
90dd6cf01c
1 changed files with 2 additions and 2 deletions
|
@ -14709,13 +14709,13 @@ the same name.")
|
|||
(define-public emacs-swiper
|
||||
(package
|
||||
(name "emacs-swiper")
|
||||
(version "0.14.2")
|
||||
(version "0.15.0")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
(uri (string-append "https://elpa.gnu.org/packages/swiper-" version ".tar"))
|
||||
(sha256
|
||||
(base32 "1x6jnc0nrk68kww12gq6w8nss6ny76xz0fgxf57550bbipx9pa8m"))))
|
||||
(base32 "16vznhb8zqzqvg3i2pkwfani2h19dm08aj7qv334mlyj97rv1ppn"))))
|
||||
(build-system emacs-build-system)
|
||||
(propagated-inputs
|
||||
(list emacs-ivy))
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue