summaryrefslogtreecommitdiff
path: root/gnu/packages/mail.scm
diff options
context:
space:
mode:
authorTobias Geerinckx-Rice <me@tobias.gr>2021-01-02 00:07:26 +0100
committerTobias Geerinckx-Rice <me@tobias.gr>2021-01-02 18:54:28 +0100
commit1da9de511bbd2dc335ec619dfae4e189c44d80d5 (patch)
treebe9d5310caa0b2363ea00612109f03d3153c3c71 /gnu/packages/mail.scm
parente14d29f93288e5a20162d09866adee1f59bb1ec3 (diff)
downloadguix-patches-1da9de511bbd2dc335ec619dfae4e189c44d80d5.tar
guix-patches-1da9de511bbd2dc335ec619dfae4e189c44d80d5.tar.gz
gnu: notmuch: Update to 0.31.3.
* gnu/packages/mail.scm (notmuch): Update to 0.31.3.
Diffstat (limited to 'gnu/packages/mail.scm')
-rw-r--r--gnu/packages/mail.scm4
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/mail.scm b/gnu/packages/mail.scm
index 977222a70e..7a634403d4 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.2")
+ (version "0.31.3")
(source (origin
(method url-fetch)
(uri (string-append "https://notmuchmail.org/releases/notmuch-"
version ".tar.xz"))
(sha256
(base32
- "1vzv9imd0ba51y5zw8h358wikm1fh52rlvvyzvp98w330hzbcmhl"))))
+ "1jisflxdly1nlyy17212ch3hk96dns4j9f5552jz724gs2p42h28"))))
(build-system gnu-build-system)
(arguments
`(#:modules ((guix build gnu-build-system)