gnu: emacs-consult: Update to 0.11.
* gnu/packages/emacs-xyz.scm (emacs-consult): Update to 0.11. Signed-off-by: Nicolas Goaziou <mail@nicolasgoaziou.fr>
parent
fe98d35412
commit
503272077e
|
@ -8265,7 +8265,7 @@ style, or as multiple word prefixes.")
|
|||
(define-public emacs-consult
|
||||
(package
|
||||
(name "emacs-consult")
|
||||
(version "0.10")
|
||||
(version "0.11")
|
||||
(source
|
||||
(origin
|
||||
(method git-fetch)
|
||||
|
@ -8273,7 +8273,7 @@ style, or as multiple word prefixes.")
|
|||
(url "https://github.com/minad/consult")
|
||||
(commit version)))
|
||||
(sha256
|
||||
(base32 "131342149xvmrcr3iwmx05id7358158i6m9an8izdpggsnwhs3i4"))
|
||||
(base32 "01kx3zg858bqyajglamxn319qabycnabzj73kl4x7sd55p2yi179"))
|
||||
(file-name (git-file-name name version))))
|
||||
(build-system emacs-build-system)
|
||||
(propagated-inputs
|
||||
|
|
Reference in New Issue