mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-07 23:46:13 -05: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
|
||||
(package
|
||||
(name "emacs-xref")
|
||||
(version "1.6.1")
|
||||
(version "1.6.2")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
(uri (string-append "https://elpa.gnu.org/packages/xref-"
|
||||
version ".tar"))
|
||||
(sha256
|
||||
(base32 "0z9kpbnrdh9y9qlj2fa64v660biakvw6x3z9klqa47qcx8gbyqp6"))))
|
||||
(base32 "16vzjl2dv5nmb40xfw7mfrk8i64fac3cy4sf2d2hy832rwlg15q0"))))
|
||||
(build-system emacs-build-system)
|
||||
(home-page "http://elpa.gnu.org/packages/xref.html")
|
||||
(synopsis "Cross-referencing commands")
|
||||
|
@ -35830,7 +35830,7 @@ (define-public emacs-project-x
|
|||
(define-public emacs-vertico-posframe
|
||||
(package
|
||||
(name "emacs-vertico-posframe")
|
||||
(version "0.7.0")
|
||||
(version "0.7.2")
|
||||
(source (origin
|
||||
(method url-fetch)
|
||||
(uri (string-append
|
||||
|
@ -35838,7 +35838,7 @@ (define-public emacs-vertico-posframe
|
|||
".tar"))
|
||||
(sha256
|
||||
(base32
|
||||
"19ic4yjm9ccnvrhccfzhn4p3brk760hf8aw6qv53gf6qlj3mcyag"))))
|
||||
"1sbgg0syyk24phwzji40lyw5dmwxssgvwv2fs8mbmkhv0q44f9ny"))))
|
||||
(build-system emacs-build-system)
|
||||
(propagated-inputs (list emacs-posframe emacs-vertico))
|
||||
(home-page "https://github.com/tumashu/vertico-posframe")
|
||||
|
|
Loading…
Reference in a new issue