diff options
author | Marius Bakke <mbakke@fastmail.com> | 2017-07-25 20:41:01 +0200 |
---|---|---|
committer | Marius Bakke <mbakke@fastmail.com> | 2017-07-25 22:58:43 +0200 |
commit | 5f02ea1a6de4e06f31af62c14a25db6b980a6f9d (patch) | |
tree | 1b76d3973bcb0031ba8d723352f161bd217e81ad /gnu/packages | |
parent | 4fdab1737186afefa3a80c2a3ed1fdaa48c9c57a (diff) | |
download | guix-5f02ea1a6de4e06f31af62c14a25db6b980a6f9d.tar guix-5f02ea1a6de4e06f31af62c14a25db6b980a6f9d.tar.gz |
gnu: notmuch: Update to 0.25.
* gnu/packages/mail.scm (notmuch): Update to 0.25.
Diffstat (limited to 'gnu/packages')
-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 7374cdda1f..157a33f45d 100644 --- a/gnu/packages/mail.scm +++ b/gnu/packages/mail.scm @@ -667,14 +667,14 @@ invoking @command{notifymuch} from the post-new hook.") (define-public notmuch (package (name "notmuch") - (version "0.24.2") + (version "0.25") (source (origin (method url-fetch) (uri (string-append "https://notmuchmail.org/releases/notmuch-" version ".tar.gz")) (sha256 (base32 - "0lfchvapk11qazdgsxj42igp9mpp83zbd0h1jj6r3ifmhikajxma")))) + "02z6d87ip1hkipz8d7w0sfklg8dd5fd5vlgp768640ixg0gqvlk5")))) (build-system gnu-build-system) (arguments '(#:make-flags (list "V=1") ; Verbose test output. |