guix-commits
[Top][All Lists]
Advanced

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

09/20: gnu: gmime: Update to 3.2.6.


From: guix-commits
Subject: 09/20: gnu: gmime: Update to 3.2.6.
Date: Mon, 2 Mar 2020 23:24:01 -0500 (EST)

nckx pushed a commit to branch master
in repository guix.

commit 5decb160158159f0eb0660a6476c7f257ef2a802
Author: Tobias Geerinckx-Rice <address@hidden>
AuthorDate: Tue Mar 3 04:13:59 2020 +0100

    gnu: gmime: Update to 3.2.6.
    
    * gnu/packages/mail.scm (gmime): Update to 3.2.6.
---
 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 daea5bb..d100e99 100644
--- a/gnu/packages/mail.scm
+++ b/gnu/packages/mail.scm
@@ -521,7 +521,7 @@ It adds a large amount of new and improved features to 
mutt.")
 (define-public gmime
   (package
     (name "gmime")
-    (version "3.2.5")
+    (version "3.2.6")
     (source (origin
               (method url-fetch)
               (uri (string-append "mirror://gnome/sources/gmime/"
@@ -529,7 +529,7 @@ It adds a large amount of new and improved features to 
mutt.")
                                   "/gmime-" version ".tar.xz"))
               (sha256
                (base32
-                "0ndsg1z1kq4w4caascydvialpyn4rfbjdn7xclzbzhw53x85cxgv"))))
+                "05s7qjrxbj010q016pmdqdq73gz8vl4hv29kwaign0j8gi61kzxb"))))
     (build-system gnu-build-system)
     (native-inputs
      `(("pkg-config" ,pkg-config)



reply via email to

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