guix-commits
[Top][All Lists]
Advanced

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

04/10: gnu: msmtp: Update to 1.8.0.


From: Marius Bakke
Subject: 04/10: gnu: msmtp: Update to 1.8.0.
Date: Sun, 9 Sep 2018 11:04:08 -0400 (EDT)

mbakke pushed a commit to branch master
in repository guix.

commit 37f9cfae43d8614904335434c91ea1c0d9d69508
Author: Marius Bakke <address@hidden>
Date:   Fri Sep 7 13:34:31 2018 +0200

    gnu: msmtp: Update to 1.8.0.
    
    * gnu/packages/mail.scm (msmtp): Update to 1.8.0.
---
 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 4944dd7..91a8822 100644
--- a/gnu/packages/mail.scm
+++ b/gnu/packages/mail.scm
@@ -1071,7 +1071,7 @@ which can add many functionalities to the base client.")
 (define-public msmtp
   (package
     (name "msmtp")
-    (version "1.6.8")
+    (version "1.8.0")
     (source
      (origin
        (method url-fetch)
@@ -1079,7 +1079,7 @@ which can add many functionalities to the base client.")
                            "/msmtp-" version ".tar.xz"))
        (sha256
         (base32
-         "1ysrnshvwhzwmvb2walw5i9jdzlvmckj7inr0xnvb26q0jirbzsm"))))
+         "1k9wwlapkxk9ql3xq05y6vwn6ziqk9b1v8lyhj1866qd02zhqwxx"))))
     (build-system gnu-build-system)
     (inputs
      `(("libidn" ,libidn)



reply via email to

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