This is an automated email from the git hooks/post-receive script.
ngz pushed a commit to branch master
in repository guix.
The following commit(s) were added to refs/heads/master by this push:
new 7cb188f gnu: notmuch: Update to 0.31.4.
7cb188f is described below
commit 7cb188f8b235ef243c38de9b868127363be6c68e
Author: Xinglu Chen <[email protected]>
AuthorDate: Wed Feb 24 15:20:33 2021 +0100
gnu: notmuch: Update to 0.31.4.
* gnu/packages/mail.scm (notmuch): Update to 0.31.4.
Signed-off-by: Nicolas Goaziou <[email protected]>
---
gnu/packages/mail.scm | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/gnu/packages/mail.scm b/gnu/packages/mail.scm
index 6b1dbdf..bd2e48d 100644
--- a/gnu/packages/mail.scm
+++ b/gnu/packages/mail.scm
@@ -1249,14 +1249,14 @@ invoking @command{notifymuch} from the post-new hook.")
(define-public notmuch
(package
(name "notmuch")
- (version "0.31.3")
+ (version "0.31.4")
(source (origin
(method url-fetch)
(uri (string-append "https://notmuchmail.org/releases/notmuch-"
version ".tar.xz"))
(sha256
(base32
- "1jisflxdly1nlyy17212ch3hk96dns4j9f5552jz724gs2p42h28"))))
+ "0magnyjjhhv11nwcm2596hdxszrj61y69i0hmwqdc3v6cxjvcqc6"))))
(build-system gnu-build-system)
(arguments
`(#:modules ((guix build gnu-build-system)