mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-14 07:00:32 -05:00
gnu: emacs-vertico-posframe: Update to 0.6.0.
* gnu/packages/emacs-xyz.scm (emacs-vertico-posframe): Update to 0.6.0.
This commit is contained in:
parent
f5d53ac4ae
commit
50024eeef1
1 changed files with 2 additions and 2 deletions
|
@ -34681,7 +34681,7 @@ (define-public emacs-project-x
|
||||||
(define-public emacs-vertico-posframe
|
(define-public emacs-vertico-posframe
|
||||||
(package
|
(package
|
||||||
(name "emacs-vertico-posframe")
|
(name "emacs-vertico-posframe")
|
||||||
(version "0.5.9")
|
(version "0.6.0")
|
||||||
(source (origin
|
(source (origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (string-append
|
(uri (string-append
|
||||||
|
@ -34689,7 +34689,7 @@ (define-public emacs-vertico-posframe
|
||||||
".tar"))
|
".tar"))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"1d1b8lfhr8zxa0dwsiqb1wzawx90l6lrr26jl17gpj85iyj3imq6"))))
|
"1cwi26jz9dn8la6zxxai2pfkcpz8lwf4cd8hr44lak6x0ca9bwr3"))))
|
||||||
(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")
|
||||||
|
|
Loading…
Reference in a new issue