Archived
1
0
Fork 0

gnu: emacs-xref: Update to 1.2.2.

* gnu/packages/emacs-xyz.scm (emacs-xref): Update to 1.2.2.
This commit is contained in:
Nicolas Goaziou 2021-09-06 18:20:36 +02:00
parent 816d52ba93
commit b0ea618fbe
No known key found for this signature in database
GPG key ID: DA00B4F048E92F2D

View file

@ -29059,14 +29059,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.2.1") (version "1.2.2")
(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 "1x7hfqp7y4yr4r7n49lqdf1h2plhgaxdn9x7rjkp05szj3rgflk6")))) (base32 "14kdy8blhs6lwg349l9lmv0bbpybgi9nsg2iic3v87j4jyi41ljm"))))
(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")