me
/
guix
Archived
1
0
Fork 0

gnu: emacs-vertico: Update to 0.10.

* gnu/packages/emacs-xyz.scm (emacs-vertico): Update to 0.10.

Signed-off-by: Nicolas Goaziou <mail@nicolasgoaziou.fr>
master
Xinglu Chen 2021-05-18 23:38:07 +02:00 committed by Nicolas Goaziou
parent 0234dbbc95
commit be137637f9
No known key found for this signature in database
GPG Key ID: DA00B4F048E92F2D
1 changed files with 2 additions and 2 deletions

View File

@ -27929,7 +27929,7 @@ and preferred services can easily be configured.")
(define-public emacs-vertico
(package
(name "emacs-vertico")
(version "0.9")
(version "0.10")
(source
(origin
(method git-fetch)
@ -27938,7 +27938,7 @@ and preferred services can easily be configured.")
(commit version)))
(file-name (git-file-name name version))
(sha256
(base32 "0wa3j9f6m0a4ngxydk4kp90f3090xfpjh5286n7gyy9lq91x6kca"))))
(base32 "0am7d29gni7irbwsv3zc9cpk12f6pyys06zlpj506wj2d21v36la"))))
(build-system emacs-build-system)
(native-inputs
`(("texinfo" ,texinfo)))