guix-commits
[Top][All Lists]
Advanced

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

01/05: gnu: gmime: Update to 2.6.23.


From: Tobias Geerinckx-Rice
Subject: 01/05: gnu: gmime: Update to 2.6.23.
Date: Thu, 30 Mar 2017 22:05:30 -0400 (EDT)

nckx pushed a commit to branch master
in repository guix.

commit 5ecd671731d7e3c1e9ac758af97b789e8846ed0f
Author: Tobias Geerinckx-Rice <address@hidden>
Date:   Fri Mar 31 00:12:36 2017 +0200

    gnu: gmime: Update to 2.6.23.
    
    * gnu/packages/mail.scm (gmime): Update to 2.6.23.
---
 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 d3218b1..e36f884 100644
--- a/gnu/packages/mail.scm
+++ b/gnu/packages/mail.scm
@@ -335,7 +335,7 @@ into mutt, so it is not a fork but a large set of feature 
patches.")))
 (define-public gmime
   (package
     (name "gmime")
-    (version "2.6.22")
+    (version "2.6.23")
     (source (origin
               (method url-fetch)
               (uri (string-append "mirror://gnome/sources/gmime/"
@@ -343,7 +343,7 @@ into mutt, so it is not a fork but a large set of feature 
patches.")))
                                   "/gmime-" version ".tar.xz"))
               (sha256
                (base32
-                "0fjmsphvz8srsmcdl4v13p2z4jp2migaybyny444hal4snbr0py2"))))
+                "0slzlzcr3h8jikpz5a5amqd0csqh2m40gdk910ws2hnaf5m6hjbi"))))
     (build-system gnu-build-system)
     (native-inputs
      `(("pkg-config" ,pkg-config)



reply via email to

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