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.10.0.


From: guix-commits
Subject: branch master updated: gnu: emacs-counsel-etags: Update to 1.10.0.
Date: Fri, 01 Oct 2021 04:23:47 -0400

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 e001855  gnu: emacs-counsel-etags: Update to 1.10.0.
e001855 is described below

commit e0018556387155a77c8ba309603ee36ccf12a273
Author: Nicolas Goaziou <mail@nicolasgoaziou.fr>
AuthorDate: Fri Oct 1 10:23:14 2021 +0200

    gnu: emacs-counsel-etags: Update to 1.10.0.
    
    * gnu/packages/emacs-xyz.scm (emacs-counsel-etags): Update to 1.10.0.
---
 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 5e1fa26..9546a37 100644
--- a/gnu/packages/emacs-xyz.scm
+++ b/gnu/packages/emacs-xyz.scm
@@ -24888,7 +24888,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.17")
+    (version "1.10.0")
     (source
      (origin
        (method git-fetch)
@@ -24897,7 +24897,7 @@ previewed by scrolling up and down within a 
@code{dired} buffer.")
              (commit version)))
        (file-name (git-file-name name version))
        (sha256
-        (base32 "07445bbr68q1pnwpj5bwqmml9ky1gq67g24zswv8fylnzjkhy9wc"))))
+        (base32 "1zmx7vfi02c8k9wnbsmka5yx3ci8fv9wl8r0cc28jn40vgrivn8c"))))
     (build-system emacs-build-system)
     (propagated-inputs
      `(("emacs-counsel" ,emacs-counsel)))



reply via email to

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