diff options
author | Efraim Flashner <efraim@flashner.co.il> | 2019-12-30 10:05:48 +0200 |
---|---|---|
committer | Efraim Flashner <efraim@flashner.co.il> | 2019-12-30 10:05:48 +0200 |
commit | d98438e6a3543bc4ffb1609331557357c4cb7f8b (patch) | |
tree | 1b78cab6f8a401ff1d1f0f201e611376404c9a97 /gnu | |
parent | a4fd9423b014e62c66961a210c84c1be495ade87 (diff) |
gnu: gmime: Update to 3.2.5.
* gnu/packages/mail.scm (gmime): Update to 3.2.5.
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 296a1dfca2..12885f6f8d 100644 --- a/gnu/packages/mail.scm +++ b/gnu/packages/mail.scm @@ -499,7 +499,7 @@ It adds a large amount of new and improved features to mutt.") (define-public gmime (package (name "gmime") - (version "3.2.4") + (version "3.2.5") (source (origin (method url-fetch) (uri (string-append "mirror://gnome/sources/gmime/" @@ -507,7 +507,7 @@ It adds a large amount of new and improved features to mutt.") "/gmime-" version ".tar.xz")) (sha256 (base32 - "096hh4g6z343kncw9svcrzv05d41n4v2q5k9jsm6gc40w30ag7i4")))) + "0ndsg1z1kq4w4caascydvialpyn4rfbjdn7xclzbzhw53x85cxgv")))) (build-system gnu-build-system) (native-inputs `(("pkg-config" ,pkg-config) |