diff options
author | Tobias Geerinckx-Rice <me@tobias.gr> | 2017-03-31 00:12:36 +0200 |
---|---|---|
committer | Tobias Geerinckx-Rice <me@tobias.gr> | 2017-03-31 04:06:06 +0200 |
commit | 5ecd671731d7e3c1e9ac758af97b789e8846ed0f (patch) | |
tree | 9a646d7058dea3350c6eb188866d4009c2fed131 | |
parent | 3c2b8333342cc70cfe893d2ddddbed1bcddab13e (diff) | |
download | guix-5ecd671731d7e3c1e9ac758af97b789e8846ed0f.tar guix-5ecd671731d7e3c1e9ac758af97b789e8846ed0f.tar.gz |
gnu: gmime: Update to 2.6.23.
* gnu/packages/mail.scm (gmime): Update to 2.6.23.
-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 d3218b1c89..e36f884eac 100644 --- a/gnu/packages/mail.scm +++ b/gnu/packages/mail.scm @@ -335,7 +335,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 +343,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) |