diff options
author | Xinglu Chen <public@yoctocell.xyz> | 2021-09-14 17:57:05 +0200 |
---|---|---|
committer | 宋文武 <iyzsong@member.fsf.org> | 2021-09-19 20:17:12 +0800 |
commit | 648884fb09f43091ac2ee61e9b79e18271eb29e8 (patch) | |
tree | 18fa30a6ebf0d1ef6d7c049e5e509de1148b54a6 /gnu/packages/mail.scm | |
parent | 173b4e453cf24b21dffafbfd21b9e3007ae215a6 (diff) |
gnu: notmuch: Update to 0.33.1.
* gnu/packages/mail.scm (notmuch): Update to 0.33.1.
Signed-off-by: 宋文武 <iyzsong@member.fsf.org>
Diffstat (limited to 'gnu/packages/mail.scm')
-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 ad2620cd61..7dc223186f 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.32.2") + (version "0.33.1") (source (origin (method url-fetch) (uri (string-append "https://notmuchmail.org/releases/notmuch-" version ".tar.xz")) (sha256 (base32 - "1myylb19hj5nb1vriqng252vfjwwkgbi3gxj93pi2q1fzyw7w2lf")))) + "1lhhkg9aw2ychj8lvkmk4bnj7rjz3v9w9r7sdp8bqjpfv41mz41d")))) (build-system gnu-build-system) (arguments `(#:make-flags |