mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-01-24 19:27:44 +01:00
gnu: emacs-xref: Update to 1.6.2.
* gnu/packages/emacs-xyz.scm (emacs-xref): Update to 1.6.2.
This commit is contained in:
parent
deb902ec2f
commit
f6ff45f21f
1 changed files with 4 additions and 4 deletions
|
@ -34291,14 +34291,14 @@ (define-public emacs-map
|
||||||
(define-public emacs-xref
|
(define-public emacs-xref
|
||||||
(package
|
(package
|
||||||
(name "emacs-xref")
|
(name "emacs-xref")
|
||||||
(version "1.6.1")
|
(version "1.6.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 "0z9kpbnrdh9y9qlj2fa64v660biakvw6x3z9klqa47qcx8gbyqp6"))))
|
(base32 "16vzjl2dv5nmb40xfw7mfrk8i64fac3cy4sf2d2hy832rwlg15q0"))))
|
||||||
(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")
|
||||||
|
@ -35830,7 +35830,7 @@ (define-public emacs-project-x
|
||||||
(define-public emacs-vertico-posframe
|
(define-public emacs-vertico-posframe
|
||||||
(package
|
(package
|
||||||
(name "emacs-vertico-posframe")
|
(name "emacs-vertico-posframe")
|
||||||
(version "0.7.0")
|
(version "0.7.2")
|
||||||
(source (origin
|
(source (origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (string-append
|
(uri (string-append
|
||||||
|
@ -35838,7 +35838,7 @@ (define-public emacs-vertico-posframe
|
||||||
".tar"))
|
".tar"))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"19ic4yjm9ccnvrhccfzhn4p3brk760hf8aw6qv53gf6qlj3mcyag"))))
|
"1sbgg0syyk24phwzji40lyw5dmwxssgvwv2fs8mbmkhv0q44f9ny"))))
|
||||||
(build-system emacs-build-system)
|
(build-system emacs-build-system)
|
||||||
(propagated-inputs (list emacs-posframe emacs-vertico))
|
(propagated-inputs (list emacs-posframe emacs-vertico))
|
||||||
(home-page "https://github.com/tumashu/vertico-posframe")
|
(home-page "https://github.com/tumashu/vertico-posframe")
|
||||||
|
|
Loading…
Reference in a new issue