gnu: emacs-vertico-posframe: Update to 0.7.7.

* gnu/packages/emacs-xyz.scm (emacs-vertico-posframe): Update to 0.7.7.

Change-Id: I5b92c64652f13a2e155ec03b531337872c85cdc6
This commit is contained in:
Nicolas Goaziou 2024-02-22 12:32:15 +01:00
parent 0ffd08fde7
commit b95f276eea
No known key found for this signature in database
GPG key ID: DA00B4F048E92F2D

View file

@ -39352,7 +39352,7 @@ (define-public emacs-vcard-mode
(define-public emacs-vertico-posframe (define-public emacs-vertico-posframe
(package (package
(name "emacs-vertico-posframe") (name "emacs-vertico-posframe")
(version "0.7.6") (version "0.7.7")
(source (origin (source (origin
(method url-fetch) (method url-fetch)
(uri (string-append (uri (string-append
@ -39360,7 +39360,7 @@ (define-public emacs-vertico-posframe
".tar")) ".tar"))
(sha256 (sha256
(base32 (base32
"15d7j37rmmg021mciwibcfmdwjn2694ljlh4sj03m1j4gj7igfqd")))) "0xqbbqkzd2v7kqgmiwlx9pmpck2mpfwxmvy66i7dpzysvargi70q"))))
(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")