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:
Cayetano Santos 2025-03-17 22:06:55 +01:00 committed by Ian Eure
parent cf87c55d8a
commit 90dd6cf01c
No known key found for this signature in database
GPG key ID: 8499AC88F1A71CF2

View file

@ -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))