me
/
guix
Archived
1
0
Fork 0

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

* gnu/packages/emacs-xyz.scm (emacs-vertico-posframe): Update to 0.5.5.
Nicolas Goaziou 2022-12-05 20:51:32 +01:00
parent 945140cc6b
commit db3119994b
No known key found for this signature in database
GPG Key ID: DA00B4F048E92F2D
1 changed files with 2 additions and 2 deletions

View File

@ -34446,7 +34446,7 @@ across sessions.")
(define-public emacs-vertico-posframe (define-public emacs-vertico-posframe
(package (package
(name "emacs-vertico-posframe") (name "emacs-vertico-posframe")
(version "0.5.4") (version "0.5.5")
(source (origin (source (origin
(method url-fetch) (method url-fetch)
(uri (string-append (uri (string-append
@ -34454,7 +34454,7 @@ across sessions.")
".tar")) ".tar"))
(sha256 (sha256
(base32 (base32
"19lx6p06wkwfivxgswdljdsh9bgcd1b9zkzx426w3pwicdk0cvgg")))) "1rfji5x7rb787xzm9g268z7khvrby0plvas97q8wfshl96md8svx"))))
(build-system emacs-build-system) (build-system emacs-build-system)
(propagated-inputs (list emacs-posframe emacs-vertico)) (propagated-inputs (list emacs-posframe emacs-vertico))
(home-page "https://github.com/tumashu/vertico-posframe") (home-page "https://github.com/tumashu/vertico-posframe")