guix-commits
[Top][All Lists]
Advanced

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

28/36: gnu: notmuch: Update to 0.33.2.


From: guix-commits
Subject: 28/36: gnu: notmuch: Update to 0.33.2.
Date: Mon, 4 Oct 2021 07:44:04 -0400 (EDT)

nckx pushed a commit to branch master
in repository guix.

commit 798a831f3cac790f7025fe90ae2e5e2e63ca4d46
Author: Tobias Geerinckx-Rice <me@tobias.gr>
AuthorDate: Mon Oct 4 03:21:24 2021 +0200

    gnu: notmuch: Update to 0.33.2.
    
    * gnu/packages/mail.scm (notmuch): Update to 0.33.2.
---
 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 e1e56c3..5891bd3 100644
--- a/gnu/packages/mail.scm
+++ b/gnu/packages/mail.scm
@@ -1353,14 +1353,14 @@ invoking @command{notifymuch} from the post-new hook.")
 (define-public notmuch
   (package
     (name "notmuch")
-    (version "0.33.1")
+    (version "0.33.2")
     (source (origin
               (method url-fetch)
               (uri (string-append "https://notmuchmail.org/releases/notmuch-";
                                   version ".tar.xz"))
               (sha256
                (base32
-                "1lhhkg9aw2ychj8lvkmk4bnj7rjz3v9w9r7sdp8bqjpfv41mz41d"))))
+                "1bic1f2va136aygfy53bsgziwiidcpb7qf1v05mlza2jmgv94j14"))))
     (build-system gnu-build-system)
     (arguments
      `(#:make-flags



reply via email to

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