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>
This commit is contained in:
parent
c0c974ad96
commit
0e19713c1f
1 changed files with 3 additions and 4 deletions
|
@ -1735,14 +1735,14 @@ addons which can add many functionalities to the base client.")
|
||||||
(define-public msmtp
|
(define-public msmtp
|
||||||
(package
|
(package
|
||||||
(name "msmtp")
|
(name "msmtp")
|
||||||
(version "1.8.16")
|
(version "1.8.18")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (string-append "https://marlam.de/msmtp/releases/"
|
(uri (string-append "https://marlam.de/msmtp/releases/"
|
||||||
"/msmtp-" version ".tar.xz"))
|
"/msmtp-" version ".tar.xz"))
|
||||||
(sha256
|
(sha256
|
||||||
(base32 "1n271yr83grpki9szdirnk6wb5rcc319f0gmfabyw3fzyf4msjy0"))))
|
(base32 "19b0anfrkg4lqp4h13qi2rqgwvipp1ga0id237nwbp7b6ypn5z0l"))))
|
||||||
(build-system gnu-build-system)
|
(build-system gnu-build-system)
|
||||||
(inputs
|
(inputs
|
||||||
`(("libsecret" ,libsecret)
|
`(("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
|
;; Don't rely on netcat being in the PATH to test for a
|
||||||
;; connection, instead look up and ping debian.org.
|
;; connection, instead look up and ping debian.org.
|
||||||
(substitute* (string-append bin "/msmtpq")
|
(substitute* (string-append bin "/msmtpq")
|
||||||
(("EMAIL_CONN_TEST=n") "EMAIL_CONN_TEST=p"))
|
(("EMAIL_CONN_TEST=n") "EMAIL_CONN_TEST=p"))))))))
|
||||||
#t))))))
|
|
||||||
(synopsis
|
(synopsis
|
||||||
"Simple and easy to use SMTP client with decent sendmail compatibility")
|
"Simple and easy to use SMTP client with decent sendmail compatibility")
|
||||||
(description
|
(description
|
||||||
|
|
Reference in a new issue