This is an automated email from the git hooks/post-receive script.

guix_mirror_bot pushed a commit to branch master
in repository guix.

The following commit(s) were added to refs/heads/master by this push:
     new 4a991b088c gnu: emacs-consult: Update to 2.7
4a991b088c is described below

commit 4a991b088c650cf870d7aa27083e3a344dc28e4e
Author: Bingshan Chang <[email protected]>
AuthorDate: Tue Aug 12 15:45:00 2025 +0800

    gnu: emacs-consult: Update to 2.7
    
    * gnu/packages/emacs-xyz.scm (emacs-consult): Update to 2.7.
    
    Signed-off-by: jgart <[email protected]>
---
 gnu/packages/emacs-xyz.scm | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/emacs-xyz.scm b/gnu/packages/emacs-xyz.scm
index cbe95aa940..503d014df6 100644
--- a/gnu/packages/emacs-xyz.scm
+++ b/gnu/packages/emacs-xyz.scm
@@ -14264,7 +14264,7 @@ style, or as multiple word prefixes.")
 (define-public emacs-consult
   (package
     (name "emacs-consult")
-    (version "2.5")
+    (version "2.7")
     (source
      (origin
        (method git-fetch)
@@ -14272,7 +14272,7 @@ style, or as multiple word prefixes.")
              (url "https://github.com/minad/consult";)
              (commit version)))
        (sha256
-        (base32 "1x9w65i8j1dayql1kddrzs3abgw5qkqcxs4az62rac239j7jf8xh"))
+        (base32 "1vgvs1ymssh5gv7xwnv9bksmgr3i5zqzqhyxz5x8ygj6fxfv2f12"))
        (file-name (git-file-name name version))))
     (build-system emacs-build-system)
     (arguments

Reply via email to