me
/
guix
Archived
1
0
Fork 0

gnu: emacs-consult: Update to 0.20.

* gnu/packages/emacs-xyz.scm (emacs-consult): Update to 0.20.
master
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
1 changed files with 2 additions and 2 deletions

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))