mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-24 21:38:07 -05:00
gnu: emacs-vertico: Update to 1.7.
* gnu/packages/emacs-xyz.scm (emacs-vertico): Update to 1.7. Change-Id: I95ad440c9209c13f635c143f8f40fefb942c2ce5
This commit is contained in:
parent
52e4048954
commit
9e7d29b296
1 changed files with 2 additions and 2 deletions
|
@ -37868,7 +37868,7 @@ (define-public emacs-ivy-avy
|
|||
(define-public emacs-vertico
|
||||
(package
|
||||
(name "emacs-vertico")
|
||||
(version "1.6")
|
||||
(version "1.7")
|
||||
(source
|
||||
(origin
|
||||
(method git-fetch)
|
||||
|
@ -37877,7 +37877,7 @@ (define-public emacs-vertico
|
|||
(commit version)))
|
||||
(file-name (git-file-name name version))
|
||||
(sha256
|
||||
(base32 "088x0xqmhicdg44xprhimay0v9hcy12g15c7lk5kvhylxmkbg8wb"))))
|
||||
(base32 "03m5v4r6n10ydmr1lks0d91dlirxlsh82l0qlac8qqfz09g0p76a"))))
|
||||
(build-system emacs-build-system)
|
||||
(arguments
|
||||
(list
|
||||
|
|
Loading…
Reference in a new issue