gnu: emacs-consult: Update to 0.15.

* gnu/packages/emacs-xyz.scm (emacs-consult): Update to 0.15.
This commit is contained in:
Nicolas Goaziou 2022-02-06 23:54:32 +01:00
parent 068070e53a
commit 9efaaeb375
No known key found for this signature in database
GPG key ID: DA00B4F048E92F2D

View file

@ -8510,7 +8510,7 @@ (define-public emacs-orderless
(define-public emacs-consult (define-public emacs-consult
(package (package
(name "emacs-consult") (name "emacs-consult")
(version "0.14") (version "0.15")
(source (source
(origin (origin
(method git-fetch) (method git-fetch)
@ -8518,7 +8518,7 @@ (define-public emacs-consult
(url "https://github.com/minad/consult") (url "https://github.com/minad/consult")
(commit version))) (commit version)))
(sha256 (sha256
(base32 "051fjp03lj3b5kkzpdhk78g2lj37v973q0f012zld1n6937srj6h")) (base32 "0cfj8h0k05947cazsr95yy75shs0vpy59sa41f31xbw00q9l48q6"))
(file-name (git-file-name name version)))) (file-name (git-file-name name version))))
(build-system emacs-build-system) (build-system emacs-build-system)
(home-page "https://github.com/minad/consult") (home-page "https://github.com/minad/consult")