guix-commits
[Top][All Lists]
Advanced

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

02/02: gnu: msmtp: Update to 1.6.8.


From: Efraim Flashner
Subject: 02/02: gnu: msmtp: Update to 1.6.8.
Date: Wed, 11 Jul 2018 15:14:16 -0400 (EDT)

efraim pushed a commit to branch master
in repository guix.

commit 1a80f1a9e3b954c7b5a5872bb2b460a98cd9efef
Author: Efraim Flashner <address@hidden>
Date:   Wed Jul 11 22:08:55 2018 +0300

    gnu: msmtp: Update to 1.6.8.
    
    * gnu/packages/mail.scm (msmtp): Update to 1.6.8.
    [source]: Update to new source location.
    [home-page]: Update to new home-page.
---
 gnu/packages/mail.scm | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/gnu/packages/mail.scm b/gnu/packages/mail.scm
index bf77b0a..f127e27 100644
--- a/gnu/packages/mail.scm
+++ b/gnu/packages/mail.scm
@@ -1071,15 +1071,15 @@ which can add many functionalities to the base client.")
 (define-public msmtp
   (package
     (name "msmtp")
-    (version "1.6.6")
+    (version "1.6.8")
     (source
      (origin
        (method url-fetch)
-       (uri (string-append "mirror://sourceforge/msmtp/msmtp/" version
+       (uri (string-append "https://marlam.de/msmtp/releases/";
                            "/msmtp-" version ".tar.xz"))
        (sha256
         (base32
-         "0ppvww0sb09bnsrpqnvlrn8vx231r24xn2iiwpy020mxc8gxn5fs"))))
+         "1ysrnshvwhzwmvb2walw5i9jdzlvmckj7inr0xnvb26q0jirbzsm"))))
     (build-system gnu-build-system)
     (inputs
      `(("libidn" ,libidn)
@@ -1089,7 +1089,7 @@ which can add many functionalities to the base client.")
        ("gsasl" ,gsasl)))
     (native-inputs
      `(("pkg-config" ,pkg-config)))
-    (home-page "http://msmtp.sourceforge.net/";)
+    (home-page "https://marlam.de/msmtp/";)
     (arguments
      `(#:configure-flags (list "--with-libgsasl"
                                "--with-libidn"



reply via email to

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