gnu: emacs-xref: Update to 1.4.1.

* gnu/packages/emacs-xyz.scm (emacs-xref): Update to 1.4.1.
This commit is contained in:
Nicolas Goaziou 2022-03-04 00:37:45 +01:00
parent 74130e73c0
commit 1af78ab5e8
No known key found for this signature in database
GPG key ID: DA00B4F048E92F2D

View file

@ -30171,14 +30171,14 @@ (define-public emacs-map
(define-public emacs-xref
(package
(name "emacs-xref")
(version "1.4.0")
(version "1.4.1")
(source
(origin
(method url-fetch)
(uri (string-append "https://elpa.gnu.org/packages/xref-"
version ".tar"))
(sha256
(base32 "1ng03fyhpisa1v99sc96mpr7hna1pmg4gdc61p86r8lka9m5gqfx"))))
(base32 "1vbpplw0sngymmawi940nlqmncqznb5vp7zi0ib8v66g3y33ijrf"))))
(build-system emacs-build-system)
(home-page "http://elpa.gnu.org/packages/xref.html")
(synopsis "Cross-referencing commands")