guix-commits
[Top][All Lists]
Advanced

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

branch master updated: gnu: msmtp: Update to 1.8.18.


From: guix-commits
Subject: branch master updated: gnu: msmtp: Update to 1.8.18.
Date: Mon, 01 Nov 2021 06:39:05 -0400

This is an automated email from the git hooks/post-receive script.

efraim pushed a commit to branch master
in repository guix.

The following commit(s) were added to refs/heads/master by this push:
     new 0e19713  gnu: msmtp: Update to 1.8.18.
0e19713 is described below

commit 0e19713c1fbfd3a01347e0d490434a53a596ed3c
Author: Xinglu Chen <public@yoctocell.xyz>
AuthorDate: Mon Nov 1 11:01:17 2021 +0100

    gnu: msmtp: Update to 1.8.18.
    
    * gnu/packages/mail.scm (msmtp): Update to 1.8.18.
    [arguments]<#:phases>: Remove trailing #t.
    
    Signed-off-by: Efraim Flashner <efraim@flashner.co.il>
---
 gnu/packages/mail.scm | 7 +++----
 1 file changed, 3 insertions(+), 4 deletions(-)

diff --git a/gnu/packages/mail.scm b/gnu/packages/mail.scm
index 98c32b4..ddcb4e6 100644
--- a/gnu/packages/mail.scm
+++ b/gnu/packages/mail.scm
@@ -1735,14 +1735,14 @@ addons which can add many functionalities to the base 
client.")
 (define-public msmtp
   (package
     (name "msmtp")
-    (version "1.8.16")
+    (version "1.8.18")
     (source
      (origin
        (method url-fetch)
        (uri (string-append "https://marlam.de/msmtp/releases/";
                            "/msmtp-" version ".tar.xz"))
        (sha256
-        (base32 "1n271yr83grpki9szdirnk6wb5rcc319f0gmfabyw3fzyf4msjy0"))))
+        (base32 "19b0anfrkg4lqp4h13qi2rqgwvipp1ga0id237nwbp7b6ypn5z0l"))))
     (build-system gnu-build-system)
     (inputs
      `(("libsecret" ,libsecret)
@@ -1772,8 +1772,7 @@ addons which can add many functionalities to the base 
client.")
                ;; Don't rely on netcat being in the PATH to test for a
                ;; connection, instead look up and ping debian.org.
                (substitute* (string-append bin "/msmtpq")
-                 (("EMAIL_CONN_TEST=n") "EMAIL_CONN_TEST=p"))
-               #t))))))
+                 (("EMAIL_CONN_TEST=n") "EMAIL_CONN_TEST=p"))))))))
     (synopsis
      "Simple and easy to use SMTP client with decent sendmail compatibility")
     (description



reply via email to

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