Archived
1
0
Fork 0

gnu: notmuch: Update to 0.31.4.

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

Signed-off-by: Nicolas Goaziou <mail@nicolasgoaziou.fr>
This commit is contained in:
Xinglu Chen 2021-02-24 15:20:33 +01:00 committed by Nicolas Goaziou
parent b35bbb26a2
commit 7cb188f8b2
No known key found for this signature in database
GPG key ID: DA00B4F048E92F2D

View file

@ -1249,14 +1249,14 @@ invoking @command{notifymuch} from the post-new hook.")
(define-public notmuch (define-public notmuch
(package (package
(name "notmuch") (name "notmuch")
(version "0.31.3") (version "0.31.4")
(source (origin (source (origin
(method url-fetch) (method url-fetch)
(uri (string-append "https://notmuchmail.org/releases/notmuch-" (uri (string-append "https://notmuchmail.org/releases/notmuch-"
version ".tar.xz")) version ".tar.xz"))
(sha256 (sha256
(base32 (base32
"1jisflxdly1nlyy17212ch3hk96dns4j9f5552jz724gs2p42h28")))) "0magnyjjhhv11nwcm2596hdxszrj61y69i0hmwqdc3v6cxjvcqc6"))))
(build-system gnu-build-system) (build-system gnu-build-system)
(arguments (arguments
`(#:modules ((guix build gnu-build-system) `(#:modules ((guix build gnu-build-system)