diff options
author | Nicolas Goaziou <mail@nicolasgoaziou.fr> | 2021-07-25 21:55:06 +0200 |
---|---|---|
committer | Nicolas Goaziou <mail@nicolasgoaziou.fr> | 2021-07-25 21:55:06 +0200 |
commit | 35d4bca2e9bb80a48f448bd0283b7475ac43d3fc (patch) | |
tree | 22d068969900b91d4b206f6e7de6a3f79f7252ba /gnu/packages/emacs-xyz.scm | |
parent | 4755de6ed85dad6640e205b22528e4e2d8bd4f41 (diff) |
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.
Diffstat (limited to 'gnu/packages/emacs-xyz.scm')
-rw-r--r-- | gnu/packages/emacs-xyz.scm | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/gnu/packages/emacs-xyz.scm b/gnu/packages/emacs-xyz.scm index fbef0ff23a..0a7455f0cd 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 |