guix-commits
[Top][All Lists]
Advanced

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

01/02: gnu: gmime: Update to 3.2.4.


From: guix-commits
Subject: 01/02: gnu: gmime: Update to 3.2.4.
Date: Sat, 5 Oct 2019 15:03:13 -0400 (EDT)

nckx pushed a commit to branch master
in repository guix.

commit 992f2069d5635f823a7f7ecde7417432e5b7242e
Author: Tobias Geerinckx-Rice <address@hidden>
Date:   Sat Oct 5 20:26:21 2019 +0200

    gnu: gmime: Update to 3.2.4.
    
    * gnu/packages/mail.scm (gmime): Update to 3.2.4.
---
 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 61d11b7..2f2e7fd 100644
--- a/gnu/packages/mail.scm
+++ b/gnu/packages/mail.scm
@@ -491,7 +491,7 @@ It adds a large amount of new and improved features to 
mutt.")
 (define-public gmime
   (package
     (name "gmime")
-    (version "3.2.3")
+    (version "3.2.4")
     (source (origin
               (method url-fetch)
               (uri (string-append "mirror://gnome/sources/gmime/"
@@ -499,7 +499,7 @@ It adds a large amount of new and improved features to 
mutt.")
                                   "/gmime-" version ".tar.xz"))
               (sha256
                (base32
-                "04bk7rqs5slpvlvqf11i6s37s8b2xn6acls8smyl9asjnpp7a23a"))))
+                "096hh4g6z343kncw9svcrzv05d41n4v2q5k9jsm6gc40w30ag7i4"))))
     (build-system gnu-build-system)
     (native-inputs
      `(("pkg-config" ,pkg-config)



reply via email to

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