gnu: emacs-vertico-posframe: Update to 0.7.5.
* gnu/packages/emacs-xyz.scm (emacs-vertico-posframe): Update to 0.7.5. Change-Id: Ifff04b43f978e0664cafca2ab8b8e5a8b826bca4master
parent
9e195fa0ed
commit
30a7f0212a
|
@ -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")
|
||||
|
|
Reference in New Issue