mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-07 23:46:13 -05:00
gnu: emacs-consult: Update to 0.32.
* gnu/packages/emacs-xyz.scm (emacs-consult): Update to 0.32.
This commit is contained in:
parent
809cbefa8e
commit
c5ce4b315a
1 changed files with 2 additions and 2 deletions
|
@ -10429,7 +10429,7 @@ (define-public emacs-orderless
|
|||
(define-public emacs-consult
|
||||
(package
|
||||
(name "emacs-consult")
|
||||
(version "0.31")
|
||||
(version "0.32")
|
||||
(source
|
||||
(origin
|
||||
(method git-fetch)
|
||||
|
@ -10437,7 +10437,7 @@ (define-public emacs-consult
|
|||
(url "https://github.com/minad/consult")
|
||||
(commit version)))
|
||||
(sha256
|
||||
(base32 "0ckyn4sdhc9dykbbdiin75jxza883dqa3g4mvf8qgsnzlqcjvvg6"))
|
||||
(base32 "00cgc3bzj37319ds027rpj60wfk0c10cgp5xish2g1cq5ny74q32"))
|
||||
(file-name (git-file-name name version))))
|
||||
(build-system emacs-build-system)
|
||||
(propagated-inputs (list emacs-compat))
|
||||
|
|
Loading…
Reference in a new issue