guix_mirror_bot pushed a commit to branch master
in repository guix.

commit 27dbe5006064119d9e78f5d580886c5b18e74c2e
Author: Nicolas Goaziou <[email protected]>
AuthorDate: Sat Jan 31 15:02:29 2026 +0100

    gnu: emacs-notmuch-maildir: Update to 1.3.2.
    
    * gnu/packages/emacs-xyz.scm (emacs-notmuch-maildir): Update to 1.3.2.
    
    Change-Id: I1e099c82e131423d7daa9b01c42be03bba5b269f
---
 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 7770e11a9f..8bec00da93 100644
--- a/gnu/packages/emacs-xyz.scm
+++ b/gnu/packages/emacs-xyz.scm
@@ -37373,7 +37373,7 @@ given search terms.")
 (define-public emacs-notmuch-maildir
   (package
     (name "emacs-notmuch-maildir")
-    (version "1.3.1")
+    (version "1.3.2")
     (source
      (origin
        (method git-fetch)
@@ -37382,7 +37382,7 @@ given search terms.")
              (commit (string-append "v" version))))
        (file-name (git-file-name name version))
        (sha256
-        (base32 "061xabwvhzkmpvcaqcz47cryj29zcmxvz3sliyvnj0fnqnbpg407"))))
+        (base32 "0an2y57q45dmwm0jp884m6bfnl2x6r1fxb41ckznylcmvwbn3km2"))))
     (build-system emacs-build-system)
     (arguments
      (list #:test-command

Reply via email to