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

* gnu/packages/emacs-xyz.scm (emacs-counsel-etags): Update to 1.9.16.
This commit is contained in:
Nicolas Goaziou 2021-02-18 00:14:58 +01:00
parent ac37bfe811
commit 82ddc8ff58
No known key found for this signature in database
GPG key ID: DA00B4F048E92F2D

View file

@ -22752,7 +22752,7 @@ (define-public emacs-peep-dired
(define-public emacs-counsel-etags (define-public emacs-counsel-etags
(package (package
(name "emacs-counsel-etags") (name "emacs-counsel-etags")
(version "1.9.11") (version "1.9.16")
(source (source
(origin (origin
(method git-fetch) (method git-fetch)
@ -22761,7 +22761,7 @@ (define-public emacs-counsel-etags
(commit version))) (commit version)))
(file-name (git-file-name name version)) (file-name (git-file-name name version))
(sha256 (sha256
(base32 "0h0br41vkrx9l7bqr55bafqd715drxxwm41qif6iffhgdpvf69ym")))) (base32 "01si554r0s6m7ypx1m2n0z6j6q6yihifz76dha6q6v56ixdlv626"))))
(build-system emacs-build-system) (build-system emacs-build-system)
(propagated-inputs (propagated-inputs
`(("emacs-counsel" ,emacs-counsel))) `(("emacs-counsel" ,emacs-counsel)))