guix-commits
[Top][All Lists]
Advanced

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

01/01: gnu: msmtp: Update to 1.6.4.


From: Leo Famulari
Subject: 01/01: gnu: msmtp: Update to 1.6.4.
Date: Fri, 06 May 2016 20:47:30 +0000

lfam pushed a commit to branch master
in repository guix.

commit 70dced54edc923ec8da86ae1c18ac50a7832b039
Author: Leo Famulari <address@hidden>
Date:   Fri May 6 16:46:35 2016 -0400

    gnu: msmtp: Update to 1.6.4.
    
    * gnu/packages/mail.scm (msmtp): Update to 1.6.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 56e8571..c34296c 100644
--- a/gnu/packages/mail.scm
+++ b/gnu/packages/mail.scm
@@ -622,14 +622,14 @@ which can add many functionalities to the base client.")
 (define-public msmtp
   (package
     (name "msmtp")
-    (version "1.6.3")
+    (version "1.6.4")
     (source
      (origin
        (method url-fetch)
        (uri (string-append
              "mirror://sourceforge/msmtp/msmtp-" version ".tar.xz"))
        (sha256 (base32
-                "0mbkflxv2swjz4185inis83v6pxcblpmapwjhgpc6wh7kh3bx0pr"))))
+                "1kfihblm769s4hv8iah5mqynqd6hfwlyz5rcg2v423a4llic0jcv"))))
     (build-system gnu-build-system)
     (inputs
      `(("libidn" ,libidn)



reply via email to

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