diff options
author | Tobias Geerinckx-Rice <me@tobias.gr> | 2019-10-05 20:26:21 +0200 |
---|---|---|
committer | Tobias Geerinckx-Rice <me@tobias.gr> | 2019-10-05 20:59:00 +0200 |
commit | 992f2069d5635f823a7f7ecde7417432e5b7242e (patch) | |
tree | 0f6445ed537ae3481b4380b9b34e6b636b9c395a /gnu/packages/mail.scm | |
parent | 567b223d01ff0b9bd44b05caebc9816a78809002 (diff) | |
download | patches-992f2069d5635f823a7f7ecde7417432e5b7242e.tar patches-992f2069d5635f823a7f7ecde7417432e5b7242e.tar.gz |
gnu: gmime: Update to 3.2.4.
* gnu/packages/mail.scm (gmime): Update to 3.2.4.
Diffstat (limited to 'gnu/packages/mail.scm')
-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 61d11b7e2c..2f2e7fd4eb 100644 --- a/gnu/packages/mail.scm +++ b/gnu/packages/mail.scm @@ -491,7 +491,7 @@ It adds a large amount of new and improved features to mutt.") (define-public gmime (package (name "gmime") - (version "3.2.3") + (version "3.2.4") (source (origin (method url-fetch) (uri (string-append "mirror://gnome/sources/gmime/" @@ -499,7 +499,7 @@ It adds a large amount of new and improved features to mutt.") "/gmime-" version ".tar.xz")) (sha256 (base32 - "04bk7rqs5slpvlvqf11i6s37s8b2xn6acls8smyl9asjnpp7a23a")))) + "096hh4g6z343kncw9svcrzv05d41n4v2q5k9jsm6gc40w30ag7i4")))) (build-system gnu-build-system) (native-inputs `(("pkg-config" ,pkg-config) |