Archived
1
0
Fork 0

gnu: emacs-xref: Update to 1.5.0.

* gnu/packages/emacs-xyz.scm (emacs-xref): Update to 1.5.0.
This commit is contained in:
Nicolas Goaziou 2022-08-18 12:22:53 +02:00
parent f3a7d43281
commit d53201ba65
No known key found for this signature in database
GPG key ID: DA00B4F048E92F2D

View file

@ -31037,14 +31037,14 @@ work on alists, hash-table and arrays. All functions are prefixed with
(define-public emacs-xref (define-public emacs-xref
(package (package
(name "emacs-xref") (name "emacs-xref")
(version "1.4.1") (version "1.5.0")
(source (source
(origin (origin
(method url-fetch) (method url-fetch)
(uri (string-append "https://elpa.gnu.org/packages/xref-" (uri (string-append "https://elpa.gnu.org/packages/xref-"
version ".tar")) version ".tar"))
(sha256 (sha256
(base32 "1vbpplw0sngymmawi940nlqmncqznb5vp7zi0ib8v66g3y33ijrf")))) (base32 "0xl6aiwkjbgs44c3wxk6s85diydm3y5lsd7znb0dhbqb7milid2d"))))
(build-system emacs-build-system) (build-system emacs-build-system)
(home-page "http://elpa.gnu.org/packages/xref.html") (home-page "http://elpa.gnu.org/packages/xref.html")
(synopsis "Cross-referencing commands") (synopsis "Cross-referencing commands")