From f6ff45f21f28b617aee6194ae9b774e3d5e602b5 Mon Sep 17 00:00:00 2001 From: Nicolas Goaziou Date: Thu, 23 Feb 2023 11:08:58 +0100 Subject: gnu: emacs-xref: Update to 1.6.2. * gnu/packages/emacs-xyz.scm (emacs-xref): Update to 1.6.2. --- gnu/packages/emacs-xyz.scm | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/gnu/packages/emacs-xyz.scm b/gnu/packages/emacs-xyz.scm index 650af5df7c..4ca005b267 100644 --- a/gnu/packages/emacs-xyz.scm +++ b/gnu/packages/emacs-xyz.scm @@ -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") -- cgit v1.2.3