[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
02/03: gnu: emacs-swiper: Update to 0.13.4.
From: |
guix-commits |
Subject: |
02/03: gnu: emacs-swiper: Update to 0.13.4. |
Date: |
Thu, 11 Mar 2021 11:07:26 -0500 (EST) |
ngz pushed a commit to branch master
in repository guix.
commit db5eb8c38f7492a531d9f8f7bde0bc2c843fc8fe
Author: Nicolas Goaziou <mail@nicolasgoaziou.fr>
AuthorDate: Thu Mar 11 17:03:02 2021 +0100
gnu: emacs-swiper: Update to 0.13.4.
* gnu/packages/emacs-xyz.scm (emacs-swiper): Update to 0.13.4.
[source]: Update URI.
---
gnu/packages/emacs-xyz.scm | 7 +++----
1 file changed, 3 insertions(+), 4 deletions(-)
diff --git a/gnu/packages/emacs-xyz.scm b/gnu/packages/emacs-xyz.scm
index bf45e8e..2da2a94 100644
--- a/gnu/packages/emacs-xyz.scm
+++ b/gnu/packages/emacs-xyz.scm
@@ -7859,14 +7859,13 @@ The following completions are currently available:
(define-public emacs-swiper
(package
(name "emacs-swiper")
- (version "0.13.1")
+ (version "0.13.4")
(source
(origin
(method url-fetch)
- (uri (string-append "https://elpa.gnu.org/packages/"
- "swiper-" version ".el"))
+ (uri (string-append "https://elpa.gnu.org/packages/swiper-" version
".tar"))
(sha256
- (base32 "06ild7kck0x5ry8bf0al24nh04q01q3jhj6jjl4xz8n2s6jnn70y"))))
+ (base32 "197pq2cvvskib87aky907wv2am55vilr7y5dabmmm07a8vr9py0v"))))
(build-system emacs-build-system)
(propagated-inputs
`(("emacs-ivy" ,emacs-ivy)))