[PATCH] gnu: emacs-consult: Update to 2.0.

  • Done
  • quality assurance status badge
Details
2 participants
  • Cayetano Santos
  • 宋文武
Owner
unassigned
Submitted by
Cayetano Santos
Severity
normal

Debbugs page

Cayetano Santos wrote 1 months ago
(address . guix-patches@gnu.org)(name . Cayetano Santos)(address . csantosb@inventati.org)
f11e4dd4176bf53dc66b4de7ded96f8905c4d790.1738666028.git.csantosb@inventati.org
* gnu/packages/emacs-xyz.scm (emacs-consult): Update to 2.0.

Change-Id: I8a4570e11faab00895a19698ad859b0cc97ba228
---
gnu/packages/emacs-xyz.scm | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)

Toggle diff (24 lines)
diff --git a/gnu/packages/emacs-xyz.scm b/gnu/packages/emacs-xyz.scm
index 2788626d97..52c5db302c 100644
--- a/gnu/packages/emacs-xyz.scm
+++ b/gnu/packages/emacs-xyz.scm
@@ -13236,7 +13236,7 @@ (define-public emacs-orderless
(define-public emacs-consult
(package
(name "emacs-consult")
- (version "1.9")
+ (version "2.0")
(source
(origin
(method git-fetch)
@@ -13244,7 +13244,7 @@ (define-public emacs-consult
(url "https://github.com/minad/consult")
(commit version)))
(sha256
- (base32 "0gp5vj96gwlxzm9fqvr1hzqzdiilfypz5nvs46f50lqn2r4bsl96"))
+ (base32 "0dvj5l6y3s292p0hi66l43g5ykbrvi1glh71n8slkayg76c8jqfp"))
(file-name (git-file-name name version))))
(build-system emacs-build-system)
(arguments

base-commit: 4fa41a04802c43dc4c064b7ac4c2e6a4e92f63b6
--
2.48.1
宋文武 wrote 1 months ago
(name . Cayetano Santos)(address . csantosb@inventati.org)(address . 76047-done@debbugs.gnu.org)
87frknst98.fsf@envs.net
Cayetano Santos <csantosb@inventati.org> writes:

Toggle quote (2 lines)
> * gnu/packages/emacs-xyz.scm (emacs-consult): Update to 2.0.

Pushed to master, thank you!
Closed
?
Your comment

This issue is archived.

To comment on this conversation send an email to 76047@debbugs.gnu.org

To respond to this issue using the mumi CLI, first switch to it
mumi current 76047
Then, you may apply the latest patchset in this issue (with sign off)
mumi am -- -s
Or, compose a reply to this issue
mumi compose
Or, send patches to this issue
mumi send-email *.patch
You may also tag this issue. See list of standard tags. For example, to set the confirmed and easy tags
mumi command -t +confirmed -t +easy
Or, remove the moreinfo tag and set the help tag
mumi command -t -moreinfo -t +help