Archived
1
0
Fork 0

gnu: emacs-xref: Update to 1.7.0.

* gnu/packages/emacs-xyz.scm (emacs-xref): Update to 1.7.0.

Change-Id: I6491d878fa366f52708b7dd65eab15138d78cbbe
This commit is contained in:
Nicolas Goaziou 2024-06-18 21:55:28 +02:00
parent 7a7a2e7ef2
commit 12bf62af1a
No known key found for this signature in database
GPG key ID: DA00B4F048E92F2D

View file

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