gnu: notmuch: Update to 0.31.2.

* gnu/packages/mail.scm (notmuch): Update to 0.31.2.
This commit is contained in:
Tobias Geerinckx-Rice 2020-11-24 22:07:35 +01:00
parent 7fa1bce12d
commit 0047f4631f
No known key found for this signature in database
GPG key ID: 0DB0FF884F556D79

View file

@ -1228,14 +1228,14 @@ (define-public notifymuch
(define-public notmuch
(package
(name "notmuch")
(version "0.31.1")
(version "0.31.2")
(source (origin
(method url-fetch)
(uri (string-append "https://notmuchmail.org/releases/notmuch-"
version ".tar.xz"))
(sha256
(base32
"0pmvwynd4f4kr38agd5m1ml20lq854knc9da7yiqfi776j8fg2rj"))))
"1vzv9imd0ba51y5zw8h358wikm1fh52rlvvyzvp98w330hzbcmhl"))))
(build-system gnu-build-system)
(arguments
`(#:modules ((guix build gnu-build-system)