me
/
guix
Archived
1
0
Fork 0

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.
master
Nicolas Goaziou 2021-07-25 21:55:06 +02:00
parent 4755de6ed8
commit 35d4bca2e9
No known key found for this signature in database
GPG Key ID: DA00B4F048E92F2D
1 changed files with 4 additions and 4 deletions

View File

@ -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