guix-commits
[Top][All Lists]
Advanced

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

01/04: gnu: emacs-counsel-etags: Update to 1.9.11.


From: guix-commits
Subject: 01/04: gnu: emacs-counsel-etags: Update to 1.9.11.
Date: Sat, 4 Jul 2020 08:20:08 -0400 (EDT)

ngz pushed a commit to branch master
in repository guix.

commit 597bc8218c67320494d995b20b48c64adeb6d9be
Author: Nicolas Goaziou <mail@nicolasgoaziou.fr>
AuthorDate: Sat Jul 4 13:59:03 2020 +0200

    gnu: emacs-counsel-etags: Update to 1.9.11.
    
    * gnu/packages/emacs-xyz.scm (emacs-counsel-etags): Update to 1.9.11.
    [propagated-inputs]: Replace emacs-ivy with emacs-counsel.
---
 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 e85ec6e..fcfa55d 100644
--- a/gnu/packages/emacs-xyz.scm
+++ b/gnu/packages/emacs-xyz.scm
@@ -20356,7 +20356,7 @@ previewed by scrolling up and down within a 
@code{dired} buffer.")
 (define-public emacs-counsel-etags
   (package
     (name "emacs-counsel-etags")
-    (version "1.8.9")
+    (version "1.9.11")
     (source
      (origin
        (method git-fetch)
@@ -20365,11 +20365,10 @@ previewed by scrolling up and down within a 
@code{dired} buffer.")
              (commit version)))
        (file-name (git-file-name name version))
        (sha256
-        (base32
-         "0rmdl93kgyydwa96yclds9vwly41bpk8v18cbqc1x266w6v77dr9"))))
+        (base32 "0h0br41vkrx9l7bqr55bafqd715drxxwm41qif6iffhgdpvf69ym"))))
     (build-system emacs-build-system)
     (propagated-inputs
-     `(("emacs-ivy" ,emacs-ivy)))
+     `(("emacs-counsel" ,emacs-counsel)))
     (arguments
      `(#:tests? #t
        #:test-command '("make" "test")))



reply via email to

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