diff options
author | Marius Bakke <mbakke@fastmail.com> | 2017-03-13 18:14:13 +0100 |
---|---|---|
committer | Marius Bakke <mbakke@fastmail.com> | 2017-03-13 18:21:23 +0100 |
commit | dd8ecb386c5995f6574b443c50b3d89dca27ada8 (patch) | |
tree | 1f67cddcb62c4036de9ae3c9d5f825b50619ff00 | |
parent | 17fb6fb105ba63b3a221226da2391827494d8717 (diff) | |
download | guix-dd8ecb386c5995f6574b443c50b3d89dca27ada8.tar.gz |
gnu: notmuch: Update to 0.24.
* gnu/packages/mail.scm (notmuch, python-notmuch, python2-notmuch): Update to 0.24.
-rw-r--r-- | gnu/packages/mail.scm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/mail.scm b/gnu/packages/mail.scm index 301b2fa23d..070d9ba093 100644 --- a/gnu/packages/mail.scm +++ b/gnu/packages/mail.scm @@ -663,14 +663,14 @@ invoking @command{notifymuch} from the post-new hook.") (define-public notmuch (package (name "notmuch") - (version "0.23.7") + (version "0.24") (source (origin (method url-fetch) (uri (string-append "https://notmuchmail.org/releases/notmuch-" version ".tar.gz")) (sha256 (base32 - "04w90c43zk23pys6prkqb14al408qypifcfj2qznqpwlf46v26zi")))) + "1z3m9knsdmchvfjzjhjf2cmdc9yahmvbvzn46wsrsrihfvv4rr7p")))) (build-system gnu-build-system) (arguments '(#:make-flags (list "V=1") ; Verbose test output. |