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


From: guix-commits
Subject: branch master updated: gnu: emacs-counsel-etags: Update to 1.9.17.
Date: Sun, 25 Jul 2021 15:55:56 -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 35d4bca  gnu: emacs-counsel-etags: Update to 1.9.17.
35d4bca is described below

commit 35d4bca2e9bb80a48f448bd0283b7475ac43d3fc
Author: Nicolas Goaziou <mail@nicolasgoaziou.fr>
AuthorDate: Sun Jul 25 21:55:06 2021 +0200

    gnu: emacs-counsel-etags: Update to 1.9.17.
    
    * gnu/packages/emacs-xyz.scm (emacs-counsel-etags): Update to 1.9.17.
    [arguments]: Disable tests.
---
 gnu/packages/emacs-xyz.scm | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/gnu/packages/emacs-xyz.scm b/gnu/packages/emacs-xyz.scm
index fbef0ff..0a7455f 100644
--- a/gnu/packages/emacs-xyz.scm
+++ b/gnu/packages/emacs-xyz.scm
@@ -24509,7 +24509,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.16")
+    (version "1.9.17")
     (source
      (origin
        (method git-fetch)
@@ -24518,13 +24518,13 @@ previewed by scrolling up and down within a 
@code{dired} buffer.")
              (commit version)))
        (file-name (git-file-name name version))
        (sha256
-        (base32 "01si554r0s6m7ypx1m2n0z6j6q6yihifz76dha6q6v56ixdlv626"))))
+        (base32 "07445bbr68q1pnwpj5bwqmml9ky1gq67g24zswv8fylnzjkhy9wc"))))
     (build-system emacs-build-system)
     (propagated-inputs
      `(("emacs-counsel" ,emacs-counsel)))
     (arguments
-     `(#:tests? #t
-       #:test-command '("make" "test")))
+     `(#:tests? #f                      ;require internet access
+       #:test-command '("make test")))
     (home-page "https://github.com/redguardtoo/counsel-etags";)
     (synopsis "Fast @code{Ctags}/@code{Etags} solution with @code{ivy-mode}")
     (description "This package uses @code{ivy-mode} to facilitate navigating



reply via email to

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