guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

03/03: gnu: emacs-counsel: Update to 0.13.4.


From: guix-commits
Subject: 03/03: gnu: emacs-counsel: Update to 0.13.4.
Date: Thu, 11 Mar 2021 11:07:27 -0500 (EST)

ngz pushed a commit to branch master
in repository guix.

commit 54d4b7f3abb1728067dff957a1260f624d97eac5
Author: Nicolas Goaziou <mail@nicolasgoaziou.fr>
AuthorDate: Thu Mar 11 17:04:48 2021 +0100

    gnu: emacs-counsel: Update to 0.13.4.
    
    * gnu/packages/emacs-xyz.scm (emacs-counsel): Update to 0.13.4.
    [source]: Update URI.
---
 gnu/packages/emacs-xyz.scm | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/gnu/packages/emacs-xyz.scm b/gnu/packages/emacs-xyz.scm
index 2da2a94..0bf744e 100644
--- a/gnu/packages/emacs-xyz.scm
+++ b/gnu/packages/emacs-xyz.scm
@@ -7826,14 +7826,14 @@ expression.")
 (define-public emacs-counsel
   (package
     (name "emacs-counsel")
-    (version "0.13.1")
+    (version "0.13.4")
     (source
      (origin
        (method url-fetch)
        (uri (string-append "https://elpa.gnu.org/packages/";
-                           "counsel-" version ".el"))
+                           "counsel-" version ".tar"))
        (sha256
-        (base32 "1y3hr3j5bh5mbyh1cqzxx04181qpvj4xyv1gym2gxcjd30nfllli"))))
+        (base32 "094zfapfn1l8wjf3djkipk0d9nks0g77sbk107pfsbr3skkzh031"))))
     (build-system emacs-build-system)
     (propagated-inputs
      `(("emacs-swiper" ,emacs-swiper)))



reply via email to

[Prev in Thread] Current Thread [Next in Thread]