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
1 changed files with 2 additions and 2 deletions

View File

@ -39352,7 +39352,7 @@ in Emacs.")
(define-public emacs-vertico-posframe
(package
(name "emacs-vertico-posframe")
(version "0.7.6")
(version "0.7.7")
(source (origin
(method url-fetch)
(uri (string-append
@ -39360,7 +39360,7 @@ in Emacs.")
".tar"))
(sha256
(base32
"15d7j37rmmg021mciwibcfmdwjn2694ljlh4sj03m1j4gj7igfqd"))))
"0xqbbqkzd2v7kqgmiwlx9pmpck2mpfwxmvy66i7dpzysvargi70q"))))
(build-system emacs-build-system)
(propagated-inputs (list emacs-posframe emacs-vertico))
(home-page "https://github.com/tumashu/vertico-posframe")