diff options
Diffstat (limited to 'gnu/packages/mail.scm')
-rw-r--r-- | gnu/packages/mail.scm | 9 |
1 files changed, 5 insertions, 4 deletions
diff --git a/gnu/packages/mail.scm b/gnu/packages/mail.scm index 51928025fe..5826c42843 100644 --- a/gnu/packages/mail.scm +++ b/gnu/packages/mail.scm @@ -21,6 +21,7 @@ ;;; Copyright © 2016 John Darrington <jmd@gnu.org> ;;; Copyright © 2016 Marius Bakke <mbakke@fastmail.com> ;;; Copyright © 2017 Thomas Danckaert <post@thomasdanckaert.be> +;;; Copyright © 2017 Kyle Meyer <kyle@kyleam.com> ;;; ;;; This file is part of GNU Guix. ;;; @@ -335,7 +336,7 @@ into mutt, so it is not a fork but a large set of feature patches."))) (define-public gmime (package (name "gmime") - (version "2.6.22") + (version "2.6.23") (source (origin (method url-fetch) (uri (string-append "mirror://gnome/sources/gmime/" @@ -343,7 +344,7 @@ into mutt, so it is not a fork but a large set of feature patches."))) "/gmime-" version ".tar.xz")) (sha256 (base32 - "0fjmsphvz8srsmcdl4v13p2z4jp2migaybyny444hal4snbr0py2")))) + "0slzlzcr3h8jikpz5a5amqd0csqh2m40gdk910ws2hnaf5m6hjbi")))) (build-system gnu-build-system) (native-inputs `(("pkg-config" ,pkg-config) @@ -663,14 +664,14 @@ invoking @command{notifymuch} from the post-new hook.") (define-public notmuch (package (name "notmuch") - (version "0.24") + (version "0.24.1") (source (origin (method url-fetch) (uri (string-append "https://notmuchmail.org/releases/notmuch-" version ".tar.gz")) (sha256 (base32 - "1z3m9knsdmchvfjzjhjf2cmdc9yahmvbvzn46wsrsrihfvv4rr7p")))) + "18rw0rim6zxhnr2nggial029x4raaxqcgf9klfbdhv89qvi7s4gs")))) (build-system gnu-build-system) (arguments '(#:make-flags (list "V=1") ; Verbose test output. |