gnu: emacs-consult: Update to 0.18.
* gnu/packages/emacs-xyz.scm (emacs-consult): Update to 0.18. [propagated-inputs]: Add emacs-compat.
parent
b66f8aa154
commit
c4b9c2e6c8
|
@ -8983,7 +8983,7 @@ style, or as multiple word prefixes.")
|
||||||
(define-public emacs-consult
|
(define-public emacs-consult
|
||||||
(package
|
(package
|
||||||
(name "emacs-consult")
|
(name "emacs-consult")
|
||||||
(version "0.17")
|
(version "0.18")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method git-fetch)
|
(method git-fetch)
|
||||||
|
@ -8991,9 +8991,10 @@ style, or as multiple word prefixes.")
|
||||||
(url "https://github.com/minad/consult")
|
(url "https://github.com/minad/consult")
|
||||||
(commit version)))
|
(commit version)))
|
||||||
(sha256
|
(sha256
|
||||||
(base32 "08l3h7b5j1q9nwcq660667b245qspl20ikhfdvd9k3g3n2p6p5kz"))
|
(base32 "0sy4rn1vjk1g50r8z14hzj8lds6s7ij2zkjqfi6mfash5il75wnq"))
|
||||||
(file-name (git-file-name name version))))
|
(file-name (git-file-name name version))))
|
||||||
(build-system emacs-build-system)
|
(build-system emacs-build-system)
|
||||||
|
(propagated-inputs (list emacs-compat))
|
||||||
(home-page "https://github.com/minad/consult")
|
(home-page "https://github.com/minad/consult")
|
||||||
(synopsis "Consulting completing-read")
|
(synopsis "Consulting completing-read")
|
||||||
(description "This package provides various handy commands based on the
|
(description "This package provides various handy commands based on the
|
||||||
|
|
Reference in New Issue