gnu: msmtp: Update to 1.8.0.
* gnu/packages/mail.scm (msmtp): Update to 1.8.0.
This commit is contained in:
parent
249846bfde
commit
37f9cfae43
|
@ -1071,7 +1071,7 @@ which can add many functionalities to the base client.")
|
||||||
(define-public msmtp
|
(define-public msmtp
|
||||||
(package
|
(package
|
||||||
(name "msmtp")
|
(name "msmtp")
|
||||||
(version "1.6.8")
|
(version "1.8.0")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
|
@ -1079,7 +1079,7 @@ which can add many functionalities to the base client.")
|
||||||
"/msmtp-" version ".tar.xz"))
|
"/msmtp-" version ".tar.xz"))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"1ysrnshvwhzwmvb2walw5i9jdzlvmckj7inr0xnvb26q0jirbzsm"))))
|
"1k9wwlapkxk9ql3xq05y6vwn6ziqk9b1v8lyhj1866qd02zhqwxx"))))
|
||||||
(build-system gnu-build-system)
|
(build-system gnu-build-system)
|
||||||
(inputs
|
(inputs
|
||||||
`(("libidn" ,libidn)
|
`(("libidn" ,libidn)
|
||||||
|
|
Loading…
Reference in New Issue