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

commit fc77cdd0373170d2d9257219ea480b7cbcdf648b
Author: Nicolas Graves <ngra...@ngraves.fr>
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 <liliana.prik...@gmail.com>
---
 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 404a130608..3e38f62e2f 100644
--- a/gnu/packages/mail.scm
+++ b/gnu/packages/mail.scm
@@ -1481,14 +1481,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