guix_mirror_bot pushed a commit to branch master
in repository guix.

commit 3e1e434a20f6155f65feed16d5ebd6a16ac7fcf2
Author: Nicolas Goaziou <[email protected]>
AuthorDate: Mon Feb 2 23:03:37 2026 +0100

    gnu: emacs-vertico-posframe: Update to 0.9.2.
    
    * gnu/packages/emacs-xyz.scm (emacs-vertico-posframe): Update to 0.9.2.
    
    Change-Id: I343cb9c50ae7ec06291e42d456626db2a5c4b81a
---
 gnu/packages/emacs-xyz.scm | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/emacs-xyz.scm b/gnu/packages/emacs-xyz.scm
index f1594eff28..fd7f8f9444 100644
--- a/gnu/packages/emacs-xyz.scm
+++ b/gnu/packages/emacs-xyz.scm
@@ -47213,7 +47213,7 @@ in Emacs.")
 (define-public emacs-vertico-posframe
   (package
     (name "emacs-vertico-posframe")
-    (version "0.9.0")
+    (version "0.9.2")
     (source (origin
               (method url-fetch)
               (uri (string-append
@@ -47221,7 +47221,7 @@ in Emacs.")
                     ".tar"))
               (sha256
                (base32
-                "16vnacmz52d1rwdmddsr1rm1zki1p3bw10ngpw39a3dszbwqkl3m"))))
+                "1xq30aj2jkk1g4gnniixg0rzh03irf7vci551fwd6gg50sphaqj4"))))
     (build-system emacs-build-system)
     (propagated-inputs (list emacs-posframe emacs-vertico))
     (arguments (list #:tests? #f)) ; there are no tests

Reply via email to