diff options
author | Tobias Geerinckx-Rice <me@tobias.gr> | 2021-10-04 03:21:24 +0200 |
---|---|---|
committer | Tobias Geerinckx-Rice <me@tobias.gr> | 2021-10-04 13:31:37 +0200 |
commit | 798a831f3cac790f7025fe90ae2e5e2e63ca4d46 (patch) | |
tree | 7c78f00f61935d5d8ebf7379294ae94cef77cea2 | |
parent | ecbe4ceff26d0947956810c85c8d4d02aa0cf12f (diff) |
gnu: notmuch: Update to 0.33.2.
* gnu/packages/mail.scm (notmuch): Update to 0.33.2.
-rw-r--r-- | gnu/packages/mail.scm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/mail.scm b/gnu/packages/mail.scm index e1e56c33d0..5891bd3add 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 |