This is an automated email from the git hooks/post-receive script.
ieure pushed a commit to branch master
in repository guix.
The following commit(s) were added to refs/heads/master by this push:
new 90dd6cf01c gnu: emacs-swiper: Update to 0.15.0.
90dd6cf01c is described below
commit 90dd6cf01c2085517b0757f19b9c3db9d9efb201
Author: Cayetano Santos <[email protected]>
AuthorDate: Mon Mar 17 22:06:55 2025 +0100
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 <[email protected]>
---
gnu/packages/emacs-xyz.scm | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/gnu/packages/emacs-xyz.scm b/gnu/packages/emacs-xyz.scm
index 7f50f9c8bb..981a06626b 100644
--- a/gnu/packages/emacs-xyz.scm
+++ b/gnu/packages/emacs-xyz.scm
@@ -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))