me
/
guix
Archived
1
0
Fork 0

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

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

Change-Id: Ifff04b43f978e0664cafca2ab8b8e5a8b826bca4
master
Nicolas Goaziou 2024-01-01 18:26:59 +01:00
parent 9e195fa0ed
commit 30a7f0212a
No known key found for this signature in database
GPG Key ID: DA00B4F048E92F2D
1 changed files with 2 additions and 2 deletions

View File

@ -38897,7 +38897,7 @@ in Emacs.")
(define-public emacs-vertico-posframe
(package
(name "emacs-vertico-posframe")
(version "0.7.3")
(version "0.7.5")
(source (origin
(method url-fetch)
(uri (string-append
@ -38905,7 +38905,7 @@ in Emacs.")
".tar"))
(sha256
(base32
"1gfapchkj9jkzlyz3hzkb9kpifcak0fn4y5jw6f2cs6379sjwvzm"))))
"1fa8kg5lqpa1xk2vf1mp420iqki866gd83vzsj166b8mnd34fdlr"))))
(build-system emacs-build-system)
(propagated-inputs (list emacs-posframe emacs-vertico))
(home-page "https://github.com/tumashu/vertico-posframe")