mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
gnu: emacs-vertico-posframe: Update to 0.8.0.
* gnu/packages/emacs-xyz.scm (emacs-vertico-posframe): Update to 0.8.0. Change-Id: I9f034a2b4b93ac027742a549e3f4ced531ddd2a7
This commit is contained in:
parent
f73bb8af98
commit
8a1b16fd60
1 changed files with 2 additions and 2 deletions
|
@ -42307,7 +42307,7 @@ in Emacs.")
|
|||
(define-public emacs-vertico-posframe
|
||||
(package
|
||||
(name "emacs-vertico-posframe")
|
||||
(version "0.7.8")
|
||||
(version "0.8.0")
|
||||
(source (origin
|
||||
(method url-fetch)
|
||||
(uri (string-append
|
||||
|
@ -42315,7 +42315,7 @@ in Emacs.")
|
|||
".tar"))
|
||||
(sha256
|
||||
(base32
|
||||
"08f1fmr0s9kx3f7ivh1isdik04cq87j69wgl5ir0gppa39ip0dqw"))))
|
||||
"0iqy8m1cf819x7ln5sp8b3sh4dk291k9sril35hxsxkiyjal1rqk"))))
|
||||
(build-system emacs-build-system)
|
||||
(propagated-inputs (list emacs-posframe emacs-vertico))
|
||||
(home-page "https://github.com/tumashu/vertico-posframe")
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue