mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-13 14:40:21 -05:00
gnu: emacs-vertico: Update to 1.6.
* gnu/packages/emacs-xyz.scm (emacs-vertico): Update to 1.6. Change-Id: I944b8016f1afdd7d588f9940da6c9bd5b73c6787
This commit is contained in:
parent
4828d4bf4f
commit
cb0fd4b412
1 changed files with 2 additions and 2 deletions
|
@ -37401,7 +37401,7 @@ (define-public emacs-ivy-avy
|
|||
(define-public emacs-vertico
|
||||
(package
|
||||
(name "emacs-vertico")
|
||||
(version "1.4")
|
||||
(version "1.6")
|
||||
(source
|
||||
(origin
|
||||
(method git-fetch)
|
||||
|
@ -37410,7 +37410,7 @@ (define-public emacs-vertico
|
|||
(commit version)))
|
||||
(file-name (git-file-name name version))
|
||||
(sha256
|
||||
(base32 "0pf6qm89nysrri3xx7pda32yfsyv5fwswg6695qivldpq2biwx2x"))))
|
||||
(base32 "088x0xqmhicdg44xprhimay0v9hcy12g15c7lk5kvhylxmkbg8wb"))))
|
||||
(build-system emacs-build-system)
|
||||
(arguments
|
||||
(list
|
||||
|
|
Loading…
Reference in a new issue