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

* gnu/packages/emacs-xyz.scm (emacs-vertico-posframe): Update to 0.7.3.
This commit is contained in:
Nicolas Goaziou 2023-09-01 21:20:20 +02:00
parent 5973ea8cd8
commit b656566a68
No known key found for this signature in database
GPG key ID: DA00B4F048E92F2D

View file

@ -37929,7 +37929,7 @@ (define-public emacs-project-x
(define-public emacs-vertico-posframe
(package
(name "emacs-vertico-posframe")
(version "0.7.2")
(version "0.7.3")
(source (origin
(method url-fetch)
(uri (string-append
@ -37937,7 +37937,7 @@ (define-public emacs-vertico-posframe
".tar"))
(sha256
(base32
"1sbgg0syyk24phwzji40lyw5dmwxssgvwv2fs8mbmkhv0q44f9ny"))))
"1gfapchkj9jkzlyz3hzkb9kpifcak0fn4y5jw6f2cs6379sjwvzm"))))
(build-system emacs-build-system)
(propagated-inputs (list emacs-posframe emacs-vertico))
(home-page "https://github.com/tumashu/vertico-posframe")