gnu: emacs-counsel-etags: Update to 1.10.0.

* gnu/packages/emacs-xyz.scm (emacs-counsel-etags): Update to 1.10.0.
This commit is contained in:
Nicolas Goaziou 2021-10-01 10:23:14 +02:00
parent a66ee01fb7
commit e001855638
No known key found for this signature in database
GPG key ID: DA00B4F048E92F2D

View file

@ -24888,7 +24888,7 @@ (define-public emacs-peep-dired
(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 @@ (define-public emacs-counsel-etags
(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)))