diff options
author | Marius Bakke <mbakke@fastmail.com> | 2018-04-28 13:38:01 +0200 |
---|---|---|
committer | Marius Bakke <mbakke@fastmail.com> | 2018-04-28 16:55:39 +0200 |
commit | 720d9df90867d3521eacc7dc867959f5a487434b (patch) | |
tree | 86755ceeda6b29d5e9dad13f8f91395854575966 | |
parent | af574d824a18f89a0f00acd99fc37dff131d827c (diff) | |
download | patches-720d9df90867d3521eacc7dc867959f5a487434b.tar patches-720d9df90867d3521eacc7dc867959f5a487434b.tar.gz |
gnu: notmuch: Update to 0.26.2.
* gnu/packages/mail.scm (notmuch): Update to 0.26.2.
-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 77e4a1d800..c492f3163d 100644 --- a/gnu/packages/mail.scm +++ b/gnu/packages/mail.scm @@ -744,14 +744,14 @@ invoking @command{notifymuch} from the post-new hook.") (define-public notmuch (package (name "notmuch") - (version "0.26.1") + (version "0.26.2") (source (origin (method url-fetch) (uri (string-append "https://notmuchmail.org/releases/notmuch-" version ".tar.gz")) (sha256 (base32 - "0dx8nhdmkaqabxcgxfa757m99fi395y76h9ynx8539yh9m7y9xyk")))) + "0fqf6wwvqlccq9qdnd0mky7fx0kbkczd28blf045s0vsvdjii70h")))) (build-system gnu-build-system) (arguments `(#:modules ((guix build gnu-build-system) |