gnu: gmime: Update to 3.2.5.

* gnu/packages/mail.scm (gmime): Update to 3.2.5.
This commit is contained in:
Efraim Flashner 2019-12-30 10:05:48 +02:00
parent a4fd9423b0
commit d98438e6a3
No known key found for this signature in database
GPG key ID: 41AAE7DCCA3D8351

View file

@ -499,7 +499,7 @@ (define-public neomutt
(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 @@ (define-public gmime
"/gmime-" version ".tar.xz"))
(sha256
(base32
"096hh4g6z343kncw9svcrzv05d41n4v2q5k9jsm6gc40w30ag7i4"))))
"0ndsg1z1kq4w4caascydvialpyn4rfbjdn7xclzbzhw53x85cxgv"))))
(build-system gnu-build-system)
(native-inputs
`(("pkg-config" ,pkg-config)