guix-commits
[Top][All Lists]
Advanced

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

141/155: gnu: msmtp: Update to 1.6.6.


From: John Darrington
Subject: 141/155: gnu: msmtp: Update to 1.6.6.
Date: Wed, 21 Dec 2016 20:48:42 +0000 (UTC)

jmd pushed a commit to branch wip-installer
in repository guix.

commit 10dffa4a7955f5fe3f0dafbd7c50241cfe903916
Author: Efraim Flashner <address@hidden>
Date:   Tue Dec 20 22:20:32 2016 +0200

    gnu: msmtp: Update to 1.6.6.
    
    * gnu/packages/mail.scm (msmtp): Update to 1.6.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 96a867d..078bfd0 100644
--- a/gnu/packages/mail.scm
+++ b/gnu/packages/mail.scm
@@ -797,7 +797,7 @@ which can add many functionalities to the base client.")
 (define-public msmtp
   (package
     (name "msmtp")
-    (version "1.6.5")
+    (version "1.6.6")
     (source
      (origin
        (method url-fetch)
@@ -805,7 +805,7 @@ which can add many functionalities to the base client.")
                            "/msmtp-" version ".tar.xz"))
        (sha256
         (base32
-         "01jh9ba49bih8zsh40myw6qq1ll210q1vw0jg865vrn7jc3dd83n"))))
+         "0ppvww0sb09bnsrpqnvlrn8vx231r24xn2iiwpy020mxc8gxn5fs"))))
     (build-system gnu-build-system)
     (inputs
      `(("libidn" ,libidn)



reply via email to

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