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.19.


From: guix-commits
Subject: branch master updated: gnu: msmtp: Update to 1.8.19.
Date: Sat, 06 Nov 2021 05:47:41 -0400

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

ngz pushed a commit to branch master
in repository guix.

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

commit e58994f113e9acc063943ce9d6340b1301e1346a
Author: Xinglu Chen <public@yoctocell.xyz>
AuthorDate: Fri Nov 5 18:15:34 2021 +0100

    gnu: msmtp: Update to 1.8.19.
    
    * gnu/packages/mail.scm (msmtp): Update to 1.8.19.
    [properties]: Set ‘release-monitoring-url’.
---
 gnu/packages/mail.scm | 6 ++++--
 1 file changed, 4 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/mail.scm b/gnu/packages/mail.scm
index ca748bf..6a9a69c 100644
--- a/gnu/packages/mail.scm
+++ b/gnu/packages/mail.scm
@@ -1734,14 +1734,14 @@ addons which can add many functionalities to the base 
client.")
 (define-public msmtp
   (package
     (name "msmtp")
-    (version "1.8.18")
+    (version "1.8.19")
     (source
      (origin
        (method url-fetch)
        (uri (string-append "https://marlam.de/msmtp/releases/";
                            "/msmtp-" version ".tar.xz"))
        (sha256
-        (base32 "19b0anfrkg4lqp4h13qi2rqgwvipp1ga0id237nwbp7b6ypn5z0l"))))
+        (base32 "0ssj8izcw1fywihlip6wljd9i41w23cy0vp69sz4v1vn26cf389l"))))
     (build-system gnu-build-system)
     (inputs
      `(("libsecret" ,libsecret)
@@ -1772,6 +1772,8 @@ addons which can add many functionalities to the base 
client.")
                ;; connection, instead look up and ping debian.org.
                (substitute* (string-append bin "/msmtpq")
                  (("EMAIL_CONN_TEST=n") "EMAIL_CONN_TEST=p"))))))))
+    (properties
+     '((release-monitoring-url . "https://marlam.de/msmtp/download/";)))
     (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]