mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00: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 @@ style, or as multiple word prefixes.")
|
||||||
(define-public emacs-consult
|
(define-public emacs-consult
|
||||||
(package
|
(package
|
||||||
(name "emacs-consult")
|
(name "emacs-consult")
|
||||||
(version "1.2")
|
(version "1.4")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method git-fetch)
|
(method git-fetch)
|
||||||
|
@ -12110,7 +12110,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 "1466f6j9bxw9mh0ad9yv2qfkhzlz1ysgch53nlkvbry4llhdhj43"))
|
(base32 "0kp1xrivs111d8ksjyf3m1ldzb8qknwrh2k2lzbrq6yiwc4bigy7"))
|
||||||
(file-name (git-file-name name version))))
|
(file-name (git-file-name name version))))
|
||||||
(build-system emacs-build-system)
|
(build-system emacs-build-system)
|
||||||
(arguments
|
(arguments
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue