1
Fork 0
mirror of https://https.git.savannah.gnu.org/git/guix.git/ synced 2025-07-16 12:00:35 +02:00

gnu: emacs-consult: Update to 0.20.

* gnu/packages/emacs-xyz.scm (emacs-consult): Update to 0.20.
This commit is contained in:
Nicolas Goaziou 2022-10-16 20:47:59 +02:00
parent 8bbfa8b26f
commit c49bf4814d
No known key found for this signature in database
GPG key ID: DA00B4F048E92F2D

View file

@ -9720,7 +9720,7 @@ style, or as multiple word prefixes.")
(define-public emacs-consult
(package
(name "emacs-consult")
(version "0.19")
(version "0.20")
(source
(origin
(method git-fetch)
@ -9728,7 +9728,7 @@ style, or as multiple word prefixes.")
(url "https://github.com/minad/consult")
(commit version)))
(sha256
(base32 "1lb7ci1kkgv07c4hcfxisr5zjx68hq15bqf4x3bhmnn13x38j7jw"))
(base32 "1rm53sqfl8hnb1l1fr0s8kxgp03prc2ggywqs5ssiqx87vhyn70w"))
(file-name (git-file-name name version))))
(build-system emacs-build-system)
(propagated-inputs (list emacs-compat))