gnu: emacs-map: Update to 1.3.2.
* gnu/packages/emacs-xyz.scm (emacs-map): Update to 1.3.2.master
parent
48c4058135
commit
fae6c8a2a2
|
@ -29214,14 +29214,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.3.0")
|
(version "1.3.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 "0bw2cbxmjavzhmpd9gyl41d4c201p535jrfz3b7jb5zw12jdnppl"))))
|
(base32 "13bsaxdxwn14plaam0hsrswngh3rm2k29v5ybjgjyjy4d5vwz78j"))))
|
||||||
(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")
|
||||||
|
|
Reference in New Issue