guix-commits
[Top][All Lists]
Advanced

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

branch master updated: gnu: emacs-counsel-etags: Update to 1.9.16.


From: guix-commits
Subject: branch master updated: gnu: emacs-counsel-etags: Update to 1.9.16.
Date: Wed, 17 Feb 2021 18:15:32 -0500

This is an automated email from the git hooks/post-receive script.

ngz pushed a commit to branch master
in repository guix.

The following commit(s) were added to refs/heads/master by this push:
     new 82ddc8f  gnu: emacs-counsel-etags: Update to 1.9.16.
82ddc8f is described below

commit 82ddc8ff5803dadfc1c77b924b29487ee6867a61
Author: Nicolas Goaziou <mail@nicolasgoaziou.fr>
AuthorDate: Thu Feb 18 00:14:58 2021 +0100

    gnu: emacs-counsel-etags: Update to 1.9.16.
    
    * gnu/packages/emacs-xyz.scm (emacs-counsel-etags): Update to 1.9.16.
---
 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 ff51f65..5f1d1a8 100644
--- a/gnu/packages/emacs-xyz.scm
+++ b/gnu/packages/emacs-xyz.scm
@@ -22752,7 +22752,7 @@ previewed by scrolling up and down within a 
@code{dired} buffer.")
 (define-public emacs-counsel-etags
   (package
     (name "emacs-counsel-etags")
-    (version "1.9.11")
+    (version "1.9.16")
     (source
      (origin
        (method git-fetch)
@@ -22761,7 +22761,7 @@ previewed by scrolling up and down within a 
@code{dired} buffer.")
              (commit version)))
        (file-name (git-file-name name version))
        (sha256
-        (base32 "0h0br41vkrx9l7bqr55bafqd715drxxwm41qif6iffhgdpvf69ym"))))
+        (base32 "01si554r0s6m7ypx1m2n0z6j6q6yihifz76dha6q6v56ixdlv626"))))
     (build-system emacs-build-system)
     (propagated-inputs
      `(("emacs-counsel" ,emacs-counsel)))



reply via email to

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