gnu: emacs-consult: Update to 0.16.

* gnu/packages/emacs-xyz.scm (emacs-consult): Update to 0.16.
This commit is contained in:
Nicolas Goaziou 2022-03-08 23:39:40 +01:00
parent aff0c79481
commit 173af0b334
No known key found for this signature in database
GPG key ID: DA00B4F048E92F2D

View file

@ -8676,7 +8676,7 @@ style, or as multiple word prefixes.")
(define-public emacs-consult
(package
(name "emacs-consult")
(version "0.15")
(version "0.16")
(source
(origin
(method git-fetch)
@ -8684,7 +8684,7 @@ style, or as multiple word prefixes.")
(url "https://github.com/minad/consult")
(commit version)))
(sha256
(base32 "0cfj8h0k05947cazsr95yy75shs0vpy59sa41f31xbw00q9l48q6"))
(base32 "1mravx5aapy8bcgk6nvi1jvb5jgl7jsn7pd7br7v7fqadcp225m6"))
(file-name (git-file-name name version))))
(build-system emacs-build-system)
(home-page "https://github.com/minad/consult")