summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTobias Geerinckx-Rice <me@tobias.gr>2020-03-29 19:17:33 +0200
committerTobias Geerinckx-Rice <me@tobias.gr>2020-03-31 14:30:39 +0200
commit4e839a83de7eca6e48e57c0c563c732b24337302 (patch)
tree9070183b83d36431b17c8d3badce9b6d06c84b74
parent61e079d6c53974500ec671ab4761dc0444a485a4 (diff)
downloadpatches-4e839a83de7eca6e48e57c0c563c732b24337302.tar
patches-4e839a83de7eca6e48e57c0c563c732b24337302.tar.gz
gnu: gmime: Update to 3.2.7.
* gnu/packages/mail.scm (gmime): Update to 3.2.7.
-rw-r--r--gnu/packages/mail.scm4
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/mail.scm b/gnu/packages/mail.scm
index e174050acc..89de6a16b9 100644
--- a/gnu/packages/mail.scm
+++ b/gnu/packages/mail.scm
@@ -522,7 +522,7 @@ It adds a large amount of new and improved features to mutt.")
(define-public gmime
(package
(name "gmime")
- (version "3.2.6")
+ (version "3.2.7")
(source (origin
(method url-fetch)
(uri (string-append "mirror://gnome/sources/gmime/"
@@ -530,7 +530,7 @@ It adds a large amount of new and improved features to mutt.")
"/gmime-" version ".tar.xz"))
(sha256
(base32
- "05s7qjrxbj010q016pmdqdq73gz8vl4hv29kwaign0j8gi61kzxb"))))
+ "0i3xfc84qn1z99i70q68kbnp9rmgqrnprqb418ba52s6g9j9dsia"))))
(build-system gnu-build-system)
(native-inputs
`(("pkg-config" ,pkg-config)