mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-26 20:49:29 -05:00
gnu: emacs-consult: Update to 1.8.
* gnu/packages/emacs-xyz.scm (emacs-consult): Update to 1.8. Change-Id: I7275206b9e0e470230ca27bd444af5adda296178
This commit is contained in:
parent
428b25d1ff
commit
31677a8887
1 changed files with 2 additions and 2 deletions
|
@ -12468,7 +12468,7 @@ (define-public emacs-orderless
|
|||
(define-public emacs-consult
|
||||
(package
|
||||
(name "emacs-consult")
|
||||
(version "1.7")
|
||||
(version "1.8")
|
||||
(source
|
||||
(origin
|
||||
(method git-fetch)
|
||||
|
@ -12476,7 +12476,7 @@ (define-public emacs-consult
|
|||
(url "https://github.com/minad/consult")
|
||||
(commit version)))
|
||||
(sha256
|
||||
(base32 "1xvxqv21b0d1c129dc72iajrbyyfibcv8gmv643h388p5wb69msv"))
|
||||
(base32 "06jckxwagpvp4w8hykc0wr90pba9ih8376562g1q93g0nbb3rhrg"))
|
||||
(file-name (git-file-name name version))))
|
||||
(build-system emacs-build-system)
|
||||
(arguments
|
||||
|
|
Loading…
Reference in a new issue