summaryrefslogtreecommitdiff
path: root/gnu/packages
diff options
context:
space:
mode:
authorMarius Bakke <mbakke@fastmail.com>2017-06-01 17:35:12 +0200
committerMarius Bakke <mbakke@fastmail.com>2017-06-01 17:38:19 +0200
commit7fb5c2cfabc16c4fed5c5200972b7f2c70a0d700 (patch)
tree71a821799b58fe0f8c1420588ea5d4b27ccf12d9 /gnu/packages
parent532f09dff312089dfcfea0178edebbb435da3ff2 (diff)
downloadpatches-7fb5c2cfabc16c4fed5c5200972b7f2c70a0d700.tar
patches-7fb5c2cfabc16c4fed5c5200972b7f2c70a0d700.tar.gz
gnu: notmuch: Update to 0.24.2.
* gnu/packages/mail.scm (notmuch): Update to 0.24.2.
Diffstat (limited to 'gnu/packages')
-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 245d2b4151..b5d91352f3 100644
--- a/gnu/packages/mail.scm
+++ b/gnu/packages/mail.scm
@@ -672,14 +672,14 @@ invoking @command{notifymuch} from the post-new hook.")
(define-public notmuch
(package
(name "notmuch")
- (version "0.24.1")
+ (version "0.24.2")
(source (origin
(method url-fetch)
(uri (string-append "https://notmuchmail.org/releases/notmuch-"
version ".tar.gz"))
(sha256
(base32
- "18rw0rim6zxhnr2nggial029x4raaxqcgf9klfbdhv89qvi7s4gs"))))
+ "0lfchvapk11qazdgsxj42igp9mpp83zbd0h1jj6r3ifmhikajxma"))))
(build-system gnu-build-system)
(arguments
'(#:make-flags (list "V=1") ; Verbose test output.