gnu: notmuch: Update to 0.33.1.

* gnu/packages/mail.scm (notmuch): Update to 0.33.1.

Signed-off-by: 宋文武 <iyzsong@member.fsf.org>
This commit is contained in:
Xinglu Chen 2021-09-14 17:57:05 +02:00 committed by 宋文武
parent 173b4e453c
commit 648884fb09
No known key found for this signature in database
GPG key ID: D415BF253B515976

View file

@ -1353,14 +1353,14 @@ (define-public notifymuch
(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