gnu: gmime: Update to 3.0.1.

* gnu/packages/mail.scm (gmime): Update to 3.0.1.
This commit is contained in:
Kei Kebreau 2017-06-15 22:16:40 -04:00
parent f54efbdc46
commit a512ca81e8
No known key found for this signature in database
GPG Key ID: E6A5EE3C19467A0D

View File

@ -344,7 +344,7 @@ It adds a large amount of new and improved features to mutt.")))
(define-public gmime
(package
(name "gmime")
(version "2.6.23")
(version "3.0.1")
(source (origin
(method url-fetch)
(uri (string-append "mirror://gnome/sources/gmime/"
@ -352,7 +352,7 @@ It adds a large amount of new and improved features to mutt.")))
"/gmime-" version ".tar.xz"))
(sha256
(base32
"0slzlzcr3h8jikpz5a5amqd0csqh2m40gdk910ws2hnaf5m6hjbi"))))
"001y93b8mq9alzkvli6vfh3pzdcn5c5iy206ml23lzhhhvm5k162"))))
(build-system gnu-build-system)
(native-inputs
`(("pkg-config" ,pkg-config)