Archived
1
0
Fork 0

gnu: gmime: Update to 3.2.6.

* gnu/packages/mail.scm (gmime): Update to 3.2.6.
This commit is contained in:
Tobias Geerinckx-Rice 2020-03-03 04:13:59 +01:00
parent 363fe78af1
commit 5decb16015
No known key found for this signature in database
GPG key ID: 0DB0FF884F556D79

View file

@ -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)