me
/
guix
Archived
1
0
Fork 0

gnu: emacs-vertico: Update to 0.24.

* gnu/packages/emacs-xyz.scm (emacs-vertico): Update to 0.24.
Nicolas Goaziou 2022-06-21 10:38:01 +02:00
parent b27c137cb8
commit d608201d6e
No known key found for this signature in database
GPG Key ID: DA00B4F048E92F2D
1 changed files with 2 additions and 2 deletions

View File

@ -31058,7 +31058,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.23") (version "0.24")
(source (source
(origin (origin
(method git-fetch) (method git-fetch)
@ -31067,7 +31067,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 "1lyvnpqplwdawlplriz0rphsjsaqdcbc3nwzpd7bs9qghpsfb56z")))) (base32 "03p9rf80jnralxpydvxi88igs0r6qa6v41xf1fafwgsf235b49yi"))))
(build-system emacs-build-system) (build-system emacs-build-system)
(arguments (arguments
`(#:phases `(#:phases