1
Fork 0
mirror of https://https.git.savannah.gnu.org/git/guix.git/ synced 2025-07-14 11:00:36 +02:00

gnu: emacs-consult: Update to 2.0.

* gnu/packages/emacs-xyz.scm (emacs-consult): Update to 2.0.

Change-Id: I8a4570e11faab00895a19698ad859b0cc97ba228
Signed-off-by: 宋文武 <iyzsong@member.fsf.org>
This commit is contained in:
Cayetano Santos 2025-02-04 11:47:08 +01:00 committed by 宋文武
parent a02a00b708
commit dd1f05edab
No known key found for this signature in database
GPG key ID: D415BF253B515976

View file

@ -13271,7 +13271,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.9") (version "2.0")
(source (source
(origin (origin
(method git-fetch) (method git-fetch)
@ -13279,7 +13279,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 "0gp5vj96gwlxzm9fqvr1hzqzdiilfypz5nvs46f50lqn2r4bsl96")) (base32 "0dvj5l6y3s292p0hi66l43g5ykbrvi1glh71n8slkayg76c8jqfp"))
(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