mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-26 06:18:07 -05:00
gnu: emacs-xref: Update to 1.0.4.
* gnu/packages/emacs-xyz.scm (emacs-xref): Update to 1.0.4.
This commit is contained in:
parent
eea7cc3185
commit
9855781081
1 changed files with 2 additions and 2 deletions
|
@ -25895,14 +25895,14 @@ (define-public emacs-map
|
|||
(define-public emacs-xref
|
||||
(package
|
||||
(name "emacs-xref")
|
||||
(version "1.0.3")
|
||||
(version "1.0.4")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
(uri (string-append "https://elpa.gnu.org/packages/"
|
||||
"xref-" version ".el"))
|
||||
(sha256
|
||||
(base32 "1r531gl73y1br8g4n77gxbyj26yiaw7snjad21fgs5m80cka8fi3"))))
|
||||
(base32 "0hkm59qqlsfw3w9ws9xhpmmz30ylifmh05a00ba58zvv1kz04x1g"))))
|
||||
(build-system emacs-build-system)
|
||||
(home-page "http://elpa.gnu.org/packages/xref.html")
|
||||
(synopsis "Cross-referencing commands")
|
||||
|
|
Loading…
Reference in a new issue