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 b59d5657cf gnu: emacs-consult-mu: Update to 1.0-1.8b54bbf.
b59d5657cf is described below

commit b59d5657cf15dccdfb3905e0da20b8912453ca39
Author: Cayetano Santos <[email protected]>
AuthorDate: Mon Feb 9 10:14:30 2026 +0100

    gnu: emacs-consult-mu: Update to 1.0-1.8b54bbf.
    
    * gnu/packages/emacs-xyz.scm (emacs-consult-mu): Update to
    1.0-1.8b54bbf.
    [arguments]: Disable #:tests?.
    
    Change-Id: Iefce767ceea5888b3d32df49170cb129b6fdf145
---
 gnu/packages/emacs-xyz.scm | 10 ++++++----
 1 file changed, 6 insertions(+), 4 deletions(-)

diff --git a/gnu/packages/emacs-xyz.scm b/gnu/packages/emacs-xyz.scm
index af20de9424..4619c68e82 100644
--- a/gnu/packages/emacs-xyz.scm
+++ b/gnu/packages/emacs-xyz.scm
@@ -15267,8 +15267,9 @@ replaced with the directory you choose.")
     (license license:gpl3+)))
 
 (define-public emacs-consult-mu
-  (let ((commit "e1dc63674b924698b30a9ecc0400a05864711c85")
-        (revision "0"))
+  ;; Last tagged version in 2023.
+  (let ((commit "8b54bbf86c2f112e3520eeeefb70d509b4590385")
+        (revision "1"))
     (package
       (name "emacs-consult-mu")
       (version (git-version "1.0" revision commit))
@@ -15280,10 +15281,11 @@ replaced with the directory you choose.")
                (commit commit)))
          (file-name (git-file-name name version))
          (sha256
-          (base32 "17ad0901xbg2vrgdvpp67kia2r7gqsvbkqqb44f4pwakr7zwiz2y"))))
+          (base32 "0d2fjghzmkcdyyjs2c00gp91nri9fmxwnfrain7sishfw42as6wz"))))
       (build-system emacs-build-system)
       (arguments
-       '(#:phases (modify-phases %standard-phases
+       '(#:tests? #f                    ;no tests
+         #:phases (modify-phases %standard-phases
                     (add-after 'unpack 'move-source-files
                       (lambda _
                         (let ((el-files (find-files "./extras" ".*\\.el$")))

Reply via email to