diff options
author | Marius Bakke <mbakke@fastmail.com> | 2018-04-02 17:00:25 +0200 |
---|---|---|
committer | Marius Bakke <mbakke@fastmail.com> | 2018-04-02 17:04:28 +0200 |
commit | 35b3135f5d1afca65bab3641193fc73f2b5e46b2 (patch) | |
tree | d8f179bcb40d59efe204e6c954f5f10b59d92dd4 /gnu | |
parent | e3bb89a9b78928f9b61d54649bfd5ac140833209 (diff) | |
download | patches-35b3135f5d1afca65bab3641193fc73f2b5e46b2.tar patches-35b3135f5d1afca65bab3641193fc73f2b5e46b2.tar.gz |
gnu: notmuch: Update to 0.26.1.
* gnu/packages/mail.scm (notmuch): Update to 0.26.1.
Diffstat (limited to 'gnu')
-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 e649aec815..1c77d9e982 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") + (version "0.26.1") (source (origin (method url-fetch) (uri (string-append "https://notmuchmail.org/releases/notmuch-" version ".tar.gz")) (sha256 (base32 - "1pvn1n7giv8n3xlazi3wpscdqhd2yak0fgv68aj23myr5bnr9s6k")))) + "0dx8nhdmkaqabxcgxfa757m99fi395y76h9ynx8539yh9m7y9xyk")))) (build-system gnu-build-system) (arguments `(#:modules ((guix build gnu-build-system) |