me
/
guix
Archived
1
0
Fork 0

gnu: emacs-vertico: Update to 0.17.

* gnu/packages/emacs-xyz.scm (emacs-vertico): Update to 0.17.
master
Nicolas Goaziou 2021-12-03 19:36:35 +01:00
parent b8d6e77476
commit a7776d5ac0
No known key found for this signature in database
GPG Key ID: DA00B4F048E92F2D
1 changed files with 2 additions and 2 deletions

View File

@ -29846,7 +29846,7 @@ and preferred services can easily be configured.")
(define-public emacs-vertico
(package
(name "emacs-vertico")
(version "0.16")
(version "0.17")
(source
(origin
(method git-fetch)
@ -29855,7 +29855,7 @@ and preferred services can easily be configured.")
(commit version)))
(file-name (git-file-name name version))
(sha256
(base32 "1w5i8qmh3sivqqaq3zygx1fw16s56p4nwm22d33j6inn7l9n5zsm"))))
(base32 "0fc1w8lwmnx8qfrdanxa6ma9qyps92gvqqklydh4cdcsdinss7kb"))))
(build-system emacs-build-system)
(arguments
`(#:phases