gnu: msmtp: Update to 1.6.2.
* gnu/packages/mail.scm (msmtp): Update to 1.6.2. [arguments]: Use '--with-tls' configure flag instead of '--with-ssl' (deprecated).
This commit is contained in:
parent
b9f1f3e2aa
commit
4c60ce4a6b
|
@ -561,14 +561,14 @@ which can add many functionalities to the base client.")
|
||||||
(define-public msmtp
|
(define-public msmtp
|
||||||
(package
|
(package
|
||||||
(name "msmtp")
|
(name "msmtp")
|
||||||
(version "1.4.32")
|
(version "1.6.2")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (string-append
|
(uri (string-append
|
||||||
"mirror://sourceforge/msmtp/msmtp-" version ".tar.bz2"))
|
"mirror://sourceforge/msmtp/msmtp-" version ".tar.xz"))
|
||||||
(sha256 (base32
|
(sha256 (base32
|
||||||
"122z38pv4q03w3mbnhrhg4w85a51258sfdg2ips0b6cgwz3wbw1b"))))
|
"12c7ljahb06pgn8yvvw526xvr11vnr6d4nr0apylixddpxycsvig"))))
|
||||||
(build-system gnu-build-system)
|
(build-system gnu-build-system)
|
||||||
(inputs
|
(inputs
|
||||||
`(("libidn" ,libidn)
|
`(("libidn" ,libidn)
|
||||||
|
@ -581,7 +581,7 @@ which can add many functionalities to the base client.")
|
||||||
(arguments
|
(arguments
|
||||||
`(#:configure-flags (list "--with-libgsasl"
|
`(#:configure-flags (list "--with-libgsasl"
|
||||||
"--with-libidn"
|
"--with-libidn"
|
||||||
"--with-ssl=gnutls")))
|
"--with-tls=gnutls")))
|
||||||
(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
|
||||||
|
|
Loading…
Reference in New Issue