nckx pushed a commit to branch master
in repository guix.
commit 5decb160158159f0eb0660a6476c7f257ef2a802
Author: Tobias Geerinckx-Rice <[email protected]>
AuthorDate: Tue Mar 3 04:13:59 2020 +0100
gnu: gmime: Update to 3.2.6.
* gnu/packages/mail.scm (gmime): Update to 3.2.6.
---
gnu/packages/mail.scm | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/gnu/packages/mail.scm b/gnu/packages/mail.scm
index daea5bb..d100e99 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)