gnu: emacs-xref: Update to 1.6.0.

* gnu/packages/emacs-xyz.scm (emacs-xref): Update to 1.6.0.
This commit is contained in:
Nicolas Goaziou 2022-11-26 11:07:56 +01:00
parent bd6de843e6
commit 86e47b5ee9
No known key found for this signature in database
GPG key ID: DA00B4F048E92F2D

View file

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