diff options
author | Marius Bakke <mbakke@fastmail.com> | 2019-02-17 15:57:52 +0100 |
---|---|---|
committer | Marius Bakke <mbakke@fastmail.com> | 2019-02-17 18:44:19 +0100 |
commit | 0e525a89c10198411b9f03b62eccc78857cae465 (patch) | |
tree | 8f774abd523bde2da5a72da32da507965b810ce9 | |
parent | 67d6df5cfa738021f94463f7437a458d69022f5b (diff) | |
download | guix-0e525a89c10198411b9f03b62eccc78857cae465.tar guix-0e525a89c10198411b9f03b62eccc78857cae465.tar.gz |
gnu: notmuch: Update to 0.28.2.
* gnu/packages/mail.scm (notmuch): Update to 0.28.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 3dba4c4d70..78cf899466 100644 --- a/gnu/packages/mail.scm +++ b/gnu/packages/mail.scm @@ -757,14 +757,14 @@ invoking @command{notifymuch} from the post-new hook.") (define-public notmuch (package (name "notmuch") - (version "0.28.1") + (version "0.28.2") (source (origin (method url-fetch) (uri (string-append "https://notmuchmail.org/releases/notmuch-" version ".tar.gz")) (sha256 (base32 - "0mcsfkrp6mpy374m5rwwgm9md8qzvwa3s4rbzid4cnkx2cwfj4fi")))) + "0cg9ff7h7mklgbqqknxigxxx1j3p3s2a9cxvrs5ih7j56f04k9l5")))) (build-system gnu-build-system) (arguments `(#:modules ((guix build gnu-build-system) |