guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

branch master updated: gnu: notmuch: Update to 0.37.


From: guix-commits
Subject: branch master updated: gnu: notmuch: Update to 0.37.
Date: Tue, 18 Oct 2022 12:40:26 -0400

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

ngz pushed a commit to branch master
in repository guix.

The following commit(s) were added to refs/heads/master by this push:
     new 7fdbd37e12 gnu: notmuch: Update to 0.37.
7fdbd37e12 is described below

commit 7fdbd37e12ea214ecfcb685343f5e05182b7f3b5
Author: Nicolas Goaziou <mail@nicolasgoaziou.fr>
AuthorDate: Tue Oct 18 18:40:01 2022 +0200

    gnu: notmuch: Update to 0.37.
    
    * gnu/packages/mail.scm (notmuch): Update to 0.37.
---
 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 68af3bb353..680d165321 100644
--- a/gnu/packages/mail.scm
+++ b/gnu/packages/mail.scm
@@ -1323,14 +1323,14 @@ invoking @command{notifymuch} from the post-new hook.")
 (define-public notmuch
   (package
     (name "notmuch")
-    (version "0.36")
+    (version "0.37")
     (source
      (origin
        (method url-fetch)
        (uri (string-append "https://notmuchmail.org/releases/notmuch-";
                            version ".tar.xz"))
        (sha256
-        (base32 "0h6f6mh9m9vrijm638x5sbsl321b74a25cdasbxhx67x62w320hk"))))
+        (base32 "1xl64xh0ijfkx265lcj9cqv1wkzha8gsn9jn4fw4xgvqigr6sxhf"))))
     (build-system gnu-build-system)
     (arguments
      (list



reply via email to

[Prev in Thread] Current Thread [Next in Thread]