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:
parent
5973ea8cd8
commit
b656566a68
1 changed files with 2 additions and 2 deletions
|
@ -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")
|
||||
|
|
Loading…
Reference in a new issue