gnu: emacs-vertico: Update to 0.23.

* gnu/packages/emacs-xyz.scm (emacs-vertico): Update to 0.23.
This commit is contained in:
Vinicius Monego 2022-04-26 22:58:42 -03:00
parent 359c88a465
commit b1ab688b9e
No known key found for this signature in database
GPG key ID: 637B0B138065B68A

View file

@ -30409,7 +30409,7 @@ and preferred services can easily be configured.")
(define-public emacs-vertico (define-public emacs-vertico
(package (package
(name "emacs-vertico") (name "emacs-vertico")
(version "0.21") (version "0.23")
(source (source
(origin (origin
(method git-fetch) (method git-fetch)
@ -30418,7 +30418,7 @@ and preferred services can easily be configured.")
(commit version))) (commit version)))
(file-name (git-file-name name version)) (file-name (git-file-name name version))
(sha256 (sha256
(base32 "1gfn95f7rdfwxks3wsr8r9pq8p3nhr5pbaawfwnwgcgb4g27scgs")))) (base32 "1lyvnpqplwdawlplriz0rphsjsaqdcbc3nwzpd7bs9qghpsfb56z"))))
(build-system emacs-build-system) (build-system emacs-build-system)
(arguments (arguments
`(#:phases `(#:phases