mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-26 06:18:07 -05:00
gnu: emacs-vertico-posframe: Update to 0.7.6.
* gnu/packages/emacs-xyz.scm (emacs-vertico-posframe): Update to 0.7.6. Change-Id: I9cb71efe2a2e0d108778d49efb87b7da74753399
This commit is contained in:
parent
60cba2c9bc
commit
9470fd9cd8
1 changed files with 2 additions and 2 deletions
|
@ -38904,7 +38904,7 @@ (define-public emacs-vcard-mode
|
|||
(define-public emacs-vertico-posframe
|
||||
(package
|
||||
(name "emacs-vertico-posframe")
|
||||
(version "0.7.5")
|
||||
(version "0.7.6")
|
||||
(source (origin
|
||||
(method url-fetch)
|
||||
(uri (string-append
|
||||
|
@ -38912,7 +38912,7 @@ (define-public emacs-vertico-posframe
|
|||
".tar"))
|
||||
(sha256
|
||||
(base32
|
||||
"1fa8kg5lqpa1xk2vf1mp420iqki866gd83vzsj166b8mnd34fdlr"))))
|
||||
"15d7j37rmmg021mciwibcfmdwjn2694ljlh4sj03m1j4gj7igfqd"))))
|
||||
(build-system emacs-build-system)
|
||||
(propagated-inputs (list emacs-posframe emacs-vertico))
|
||||
(home-page "https://github.com/tumashu/vertico-posframe")
|
||||
|
|
Loading…
Reference in a new issue