guix-commits
[Top][All Lists]
Advanced

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

01/01: gnu: gmime: Update to 3.0.1.


From: Kei Kebreau
Subject: 01/01: gnu: gmime: Update to 3.0.1.
Date: Thu, 15 Jun 2017 22:18:06 -0400 (EDT)

kkebreau pushed a commit to branch master
in repository guix.

commit a512ca81e8998d86770f5a088a9563bc3f24560f
Author: Kei Kebreau <address@hidden>
Date:   Thu Jun 15 22:16:40 2017 -0400

    gnu: gmime: Update to 3.0.1.
    
    * gnu/packages/mail.scm (gmime): Update to 3.0.1.
---
 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 02a4f26..8bcadd8 100644
--- a/gnu/packages/mail.scm
+++ b/gnu/packages/mail.scm
@@ -344,7 +344,7 @@ It adds a large amount of new and improved features to 
mutt.")))
 (define-public gmime
   (package
     (name "gmime")
-    (version "2.6.23")
+    (version "3.0.1")
     (source (origin
               (method url-fetch)
               (uri (string-append "mirror://gnome/sources/gmime/"
@@ -352,7 +352,7 @@ It adds a large amount of new and improved features to 
mutt.")))
                                   "/gmime-" version ".tar.xz"))
               (sha256
                (base32
-                "0slzlzcr3h8jikpz5a5amqd0csqh2m40gdk910ws2hnaf5m6hjbi"))))
+                "001y93b8mq9alzkvli6vfh3pzdcn5c5iy206ml23lzhhhvm5k162"))))
     (build-system gnu-build-system)
     (native-inputs
      `(("pkg-config" ,pkg-config)



reply via email to

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