gnu: emacs-consult: Update to 0.12.
* gnu/packages/emacs-xyz.scm (emacs-consult): Update to 0.12.
This commit is contained in:
parent
011db530aa
commit
57d40a4d02
@ -8332,7 +8332,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.11")
|
(version "0.12")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method git-fetch)
|
(method git-fetch)
|
||||||
@ -8340,7 +8340,7 @@ 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 "01kx3zg858bqyajglamxn319qabycnabzj73kl4x7sd55p2yi179"))
|
(base32 "1bzlqn7k5akhyl763q29853yh5s8rmk6y1ncmy3am940wfypxjic"))
|
||||||
(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
|
(propagated-inputs
|
||||||
|
Loading…
Reference in New Issue
Block a user