me
/
guix
Archived
1
0
Fork 0

gnu: emacs-swiper: Update to 0.14.2.

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

Change-Id: I58f3c05c455a5f4e5c770f84eec1bf63b1025f85
master
Nicolas Goaziou 2023-11-08 11:57:11 +01:00
parent 2d6acc29e8
commit 20fa882f6f
No known key found for this signature in database
GPG Key ID: DA00B4F048E92F2D
1 changed files with 2 additions and 2 deletions

View File

@ -12668,13 +12668,13 @@ the same name.")
(define-public emacs-swiper
(package
(name "emacs-swiper")
(version "0.14.0")
(version "0.14.2")
(source
(origin
(method url-fetch)
(uri (string-append "https://elpa.gnu.org/packages/swiper-" version ".tar"))
(sha256
(base32 "1p2qil6gj4y8y3ydqs8pbxn8j16q9r42nnc2f61c30hws504pkms"))))
(base32 "1x6jnc0nrk68kww12gq6w8nss6ny76xz0fgxf57550bbipx9pa8m"))))
(build-system emacs-build-system)
(propagated-inputs
(list emacs-ivy))