gnu: emacs-xref: Update to 1.6.3.
* gnu/packages/emacs-xyz.scm (emacs-xref): Update to 1.6.3.master
parent
858feeb801
commit
511225c661
|
@ -34758,14 +34758,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.6.2")
|
(version "1.6.3")
|
||||||
(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 "16vzjl2dv5nmb40xfw7mfrk8i64fac3cy4sf2d2hy832rwlg15q0"))))
|
(base32 "0ccfp47y769zrb5sza8skzy4nj4793lzd0jn5c83s3g916gp304l"))))
|
||||||
(build-system emacs-build-system)
|
(build-system emacs-build-system)
|
||||||
(home-page "https://elpa.gnu.org/packages/xref.html")
|
(home-page "https://elpa.gnu.org/packages/xref.html")
|
||||||
(synopsis "Cross-referencing commands")
|
(synopsis "Cross-referencing commands")
|
||||||
|
|
Reference in New Issue