gnu: notmuch: Update to 0.33.2.

* gnu/packages/mail.scm (notmuch): Update to 0.33.2.
This commit is contained in:
Tobias Geerinckx-Rice 2021-10-04 03:21:24 +02:00
parent ecbe4ceff2
commit 798a831f3c
No known key found for this signature in database
GPG key ID: 0DB0FF884F556D79

View file

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