mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-07 15:36:20 -05:00
gnu: emacs-consult: Update to 1.4.
* gnu/packages/emacs-xyz.scm (emacs-consult): Update to 1.4. Change-Id: Iccbcb701f62cac8b3f6291c2edfb715ae9e13770
This commit is contained in:
parent
bd0ce11057
commit
03e5ec829e
1 changed files with 2 additions and 2 deletions
|
@ -12102,7 +12102,7 @@ (define-public emacs-orderless
|
|||
(define-public emacs-consult
|
||||
(package
|
||||
(name "emacs-consult")
|
||||
(version "1.2")
|
||||
(version "1.4")
|
||||
(source
|
||||
(origin
|
||||
(method git-fetch)
|
||||
|
@ -12110,7 +12110,7 @@ (define-public emacs-consult
|
|||
(url "https://github.com/minad/consult")
|
||||
(commit version)))
|
||||
(sha256
|
||||
(base32 "1466f6j9bxw9mh0ad9yv2qfkhzlz1ysgch53nlkvbry4llhdhj43"))
|
||||
(base32 "0kp1xrivs111d8ksjyf3m1ldzb8qknwrh2k2lzbrq6yiwc4bigy7"))
|
||||
(file-name (git-file-name name version))))
|
||||
(build-system emacs-build-system)
|
||||
(arguments
|
||||
|
|
Loading…
Reference in a new issue