diff options
author | Tobias Geerinckx-Rice <me@tobias.gr> | 2019-05-08 22:14:08 +0200 |
---|---|---|
committer | Tobias Geerinckx-Rice <me@tobias.gr> | 2019-05-08 23:21:34 +0200 |
commit | 3f45c6cfcb30b02e0ce68348477d556a074f2a98 (patch) | |
tree | 329489ff8cde2dadc9871ecc3b24e8e7afcc1b5a /gnu/packages/mail.scm | |
parent | 9f53d58ae112faca1f77490d763783c408a5ee18 (diff) | |
download | patches-3f45c6cfcb30b02e0ce68348477d556a074f2a98.tar patches-3f45c6cfcb30b02e0ce68348477d556a074f2a98.tar.gz |
gnu: gmime: Update to 3.2.3.
* gnu/packages/mail.scm (gmime): Update to 3.2.3.
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 ddd01189fb..eb589b1849 100644 --- a/gnu/packages/mail.scm +++ b/gnu/packages/mail.scm @@ -488,7 +488,7 @@ It adds a large amount of new and improved features to mutt.") (define-public gmime (package (name "gmime") - (version "3.2.0") + (version "3.2.3") (source (origin (method url-fetch) (uri (string-append "mirror://gnome/sources/gmime/" @@ -496,7 +496,7 @@ It adds a large amount of new and improved features to mutt.") "/gmime-" version ".tar.xz")) (sha256 (base32 - "1q6palbpf6lh6bvy9ly26q5apl5k0z0r4mvl6zzqh90rz4rn1v3m")))) + "04bk7rqs5slpvlvqf11i6s37s8b2xn6acls8smyl9asjnpp7a23a")))) (build-system gnu-build-system) (native-inputs `(("pkg-config" ,pkg-config) |