lilyp pushed a commit to branch emacs-team
in repository guix.

commit c329cb14bf8acf0d330fb207e4fd386504c38f01
Author: Nicolas Graves <[email protected]>
AuthorDate: Thu Mar 20 11:08:19 2025 +0100

    gnu: notmuch: Update to 0.39.
    
    * gnu/packages/mail.scm (notmuch): Update to 0.39.
    
    Signed-off-by: Liliana Marie Prikler <[email protected]>
---
 gnu/packages/mail.scm | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/mail.scm b/gnu/packages/mail.scm
index d0de211158..5087cb971b 100644
--- a/gnu/packages/mail.scm
+++ b/gnu/packages/mail.scm
@@ -1469,14 +1469,14 @@ invoking @command{notifymuch} from the post-new hook.")
 (define-public notmuch
   (package
     (name "notmuch")
-    (version "0.38.2")
+    (version "0.39")
     (source
      (origin
        (method url-fetch)
        (uri (string-append "https://notmuchmail.org/releases/notmuch-";
                            version ".tar.xz"))
        (sha256
-        (base32 "0zll3s39s065pl9228xpklkjklllkyb3bf1szh0fw0rbfkjfp0jj"))))
+        (base32 "1qq4yzpc704z9lqfpjvgyr8qna9rir7vpliz666sssy4fqmb12xq"))))
     (build-system gnu-build-system)
     (arguments
      (list

Reply via email to