gnu: notmuch: Update to 0.34.2.

* gnu/packages/mail.scm (notmuch): Update to 0.34.2.
This commit is contained in:
Nicolas Goaziou 2021-12-10 09:01:59 +01:00
parent c0b6036247
commit 549aa66e46
No known key found for this signature in database
GPG key ID: DA00B4F048E92F2D

View file

@ -1350,14 +1350,14 @@ (define-public notifymuch
(define-public notmuch
(package
(name "notmuch")
(version "0.34.1")
(source (origin
(method url-fetch)
(uri (string-append "https://notmuchmail.org/releases/notmuch-"
version ".tar.xz"))
(sha256
(base32
"05nq64gp8vnrwrl22d60v7ixgdhm9339ajhcdfkq0ll1qiycyyj5"))))
(version "0.34.2")
(source
(origin
(method url-fetch)
(uri (string-append "https://notmuchmail.org/releases/notmuch-"
version ".tar.xz"))
(sha256
(base32 "1ls7dbgqhvyn9arf1r1jijfllypylgr5l86p489732gn8zpcxwn1"))))
(build-system gnu-build-system)
(arguments
`(#:make-flags