guix-commits
[Top][All Lists]
Advanced

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

01/02: gnu: notmuch: Update to 0.34.3.


From: guix-commits
Subject: 01/02: gnu: notmuch: Update to 0.34.3.
Date: Tue, 11 Jan 2022 04:35:26 -0500 (EST)

ngz pushed a commit to branch master
in repository guix.

commit 509ef2125de8615c81b7272e4d7779b8d24e0a7b
Author: Nicolas Goaziou <mail@nicolasgoaziou.fr>
AuthorDate: Tue Jan 11 10:32:46 2022 +0100

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



reply via email to

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