1
0
mirror of https://git.savannah.gnu.org/git/guix.git synced 2026-04-06 21:20:33 +02:00

gnu: emacs-swiper: Update to 0.15.1.

* gnu/packages/emacs-xyz.scm (emacs-swiper): Update to 0.15.1.

Change-Id: I22f72680e6e895a562c3b25d1e5f76ca296fed88
This commit is contained in:
Nicolas Goaziou
2025-10-10 19:33:35 +02:00
parent d683cf1e63
commit dfa1ea7d9f

View File

@@ -15784,13 +15784,13 @@ the same name.")
(define-public emacs-swiper
(package
(name "emacs-swiper")
(version "0.15.0")
(version "0.15.1")
(source
(origin
(method url-fetch)
(uri (string-append "https://elpa.gnu.org/packages/swiper-" version ".tar"))
(sha256
(base32 "16vznhb8zqzqvg3i2pkwfani2h19dm08aj7qv334mlyj97rv1ppn"))))
(base32 "0m70jgcdsbrj6i5b1srrdgzkwavzi098532fv6vi2051nl42snvz"))))
(build-system emacs-build-system)
(propagated-inputs
(list emacs-ivy))