summary refs log tree commit diff
diff options
context:
space:
mode:
authorNicolas Goaziou <mail@nicolasgoaziou.fr>2022-01-11 10:32:46 +0100
committerNicolas Goaziou <mail@nicolasgoaziou.fr>2022-01-11 10:32:46 +0100
commit509ef2125de8615c81b7272e4d7779b8d24e0a7b (patch)
tree9883e930e048d590acd6636ae30ff279a6b0e36b
parent3be459c5e78b624a7a072dc987a0f0497eb29c72 (diff)
downloadguix-509ef2125de8615c81b7272e4d7779b8d24e0a7b.tar.gz
gnu: notmuch: Update to 0.34.3.
* gnu/packages/mail.scm (notmuch): Update to 0.34.3.
-rw-r--r--gnu/packages/mail.scm4
1 files 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