gnu: emacs-vertico: Update to 0.6.

* gnu/packages/emacs-xyz.scm (emacs-vertico): Update to 0.6.
This commit is contained in:
Nicolas Goaziou 2021-04-27 09:18:40 +02:00
parent 6afe154327
commit f058e5ec10
No known key found for this signature in database
GPG Key ID: DA00B4F048E92F2D

View File

@ -27753,7 +27753,7 @@ and preferred services can easily be configured.")
(define-public emacs-vertico
(package
(name "emacs-vertico")
(version "0.5")
(version "0.6")
(source
(origin
(method git-fetch)
@ -27762,7 +27762,7 @@ and preferred services can easily be configured.")
(commit version)))
(file-name (git-file-name name version))
(sha256
(base32 "01x2nxj2gnmzg91nxjmgy9i41c04gzplsi19qldm4w03schgs8f6"))))
(base32 "1is189z4hmrq49zqvm10xmq7ggj0zy57p0drzcrn1m94qicxnwj2"))))
(build-system emacs-build-system)
(native-inputs
`(("texinfo" ,texinfo)))