gnu: emacs-xref: Update to 1.6.1.

* gnu/packages/emacs-xyz.scm (emacs-xref): Update to 1.6.1.
This commit is contained in:
Nicolas Goaziou 2023-01-13 22:37:04 +01:00
parent 52c4f11536
commit dd25c46887
No known key found for this signature in database
GPG key ID: DA00B4F048E92F2D

View file

@ -33680,14 +33680,14 @@ (define-public emacs-map
(define-public emacs-xref
(package
(name "emacs-xref")
(version "1.6.0")
(version "1.6.1")
(source
(origin
(method url-fetch)
(uri (string-append "https://elpa.gnu.org/packages/xref-"
version ".tar"))
(sha256
(base32 "0vqs2l4gypdx475yi0yic0mnsg1f9nm698gi90kh7xfcpmkfcgb4"))))
(base32 "0z9kpbnrdh9y9qlj2fa64v660biakvw6x3z9klqa47qcx8gbyqp6"))))
(build-system emacs-build-system)
(home-page "http://elpa.gnu.org/packages/xref.html")
(synopsis "Cross-referencing commands")