guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

78/135: gnu: gmime: Update to 3.2.3.


From: guix-commits
Subject: 78/135: gnu: gmime: Update to 3.2.3.
Date: Fri, 21 Dec 2018 14:37:40 -0500 (EST)

rekado pushed a commit to branch wip-gnome3.30
in repository guix.

commit 2fa18f5992cc0dab8dcf0388826ccccb59dfc8ad
Author: Ricardo Wurmus <address@hidden>
Date:   Mon Dec 3 16:24:21 2018 +0100

    gnu: gmime: Update to 3.2.3.
    
    * gnu/packages/mail.scm (gmime): Update to 3.2.3.
---
 gnu/packages/mail.scm | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/mail.scm b/gnu/packages/mail.scm
index ed8654b..0f8711f 100644
--- a/gnu/packages/mail.scm
+++ b/gnu/packages/mail.scm
@@ -27,6 +27,7 @@
 ;;; Copyright © 2018 Pierre Langlois <address@hidden>
 ;;; Copyright © 2018 Alex Vong <address@hidden>
 ;;; Copyright © 2018 Gábor Boskovits <address@hidden>
+;;; Copyright © 2018 Ricardo Wurmus <address@hidden>
 ;;;
 ;;; This file is part of GNU Guix.
 ;;;
@@ -394,7 +395,7 @@ It adds a large amount of new and improved features to 
mutt.")
 (define-public gmime
   (package
     (name "gmime")
-    (version "3.2.0")
+    (version "3.2.3")
     (source (origin
               (method url-fetch)
               (uri (string-append "mirror://gnome/sources/gmime/"
@@ -402,7 +403,7 @@ It adds a large amount of new and improved features to 
mutt.")
                                   "/gmime-" version ".tar.xz"))
               (sha256
                (base32
-                "1q6palbpf6lh6bvy9ly26q5apl5k0z0r4mvl6zzqh90rz4rn1v3m"))))
+                "04bk7rqs5slpvlvqf11i6s37s8b2xn6acls8smyl9asjnpp7a23a"))))
     (build-system gnu-build-system)
     (native-inputs
      `(("pkg-config" ,pkg-config)



reply via email to

[Prev in Thread] Current Thread [Next in Thread]