gnu: emacs-xref: Update to 1.3.0.

* gnu/packages/emacs-xyz.scm (emacs-xref): Update to 1.3.0.
This commit is contained in:
Nicolas Goaziou 2021-10-10 09:45:54 +02:00
parent 6b2662fc47
commit 4c2596da51
No known key found for this signature in database
GPG key ID: DA00B4F048E92F2D

View file

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