diff options
author | Tobias Geerinckx-Rice <me@tobias.gr> | 2020-03-03 04:13:59 +0100 |
---|---|---|
committer | Tobias Geerinckx-Rice <me@tobias.gr> | 2020-03-03 05:06:47 +0100 |
commit | 5decb160158159f0eb0660a6476c7f257ef2a802 (patch) | |
tree | 5b7e8103b337a9eeaa5e0b932646c91ef4ac7acd /gnu/packages/mail.scm | |
parent | 363fe78af1196d7d527d98b1e00ea4eebf652444 (diff) | |
download | guix-5decb160158159f0eb0660a6476c7f257ef2a802.tar guix-5decb160158159f0eb0660a6476c7f257ef2a802.tar.gz |
gnu: gmime: Update to 3.2.6.
* gnu/packages/mail.scm (gmime): Update to 3.2.6.
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 daea5bb734..d100e99cfb 100644 --- a/gnu/packages/mail.scm +++ b/gnu/packages/mail.scm @@ -521,7 +521,7 @@ It adds a large amount of new and improved features to mutt.") (define-public gmime (package (name "gmime") - (version "3.2.5") + (version "3.2.6") (source (origin (method url-fetch) (uri (string-append "mirror://gnome/sources/gmime/" @@ -529,7 +529,7 @@ It adds a large amount of new and improved features to mutt.") "/gmime-" version ".tar.xz")) (sha256 (base32 - "0ndsg1z1kq4w4caascydvialpyn4rfbjdn7xclzbzhw53x85cxgv")))) + "05s7qjrxbj010q016pmdqdq73gz8vl4hv29kwaign0j8gi61kzxb")))) (build-system gnu-build-system) (native-inputs `(("pkg-config" ,pkg-config) |