gnu: msmtp: Update to 1.6.8.
* gnu/packages/mail.scm (msmtp): Update to 1.6.8. [source]: Update to new source location. [home-page]: Update to new home-page.
This commit is contained in:
parent
fc83ca2b2f
commit
1a80f1a9e3
|
@ -1071,15 +1071,15 @@ which can add many functionalities to the base client.")
|
||||||
(define-public msmtp
|
(define-public msmtp
|
||||||
(package
|
(package
|
||||||
(name "msmtp")
|
(name "msmtp")
|
||||||
(version "1.6.6")
|
(version "1.6.8")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (string-append "mirror://sourceforge/msmtp/msmtp/" version
|
(uri (string-append "https://marlam.de/msmtp/releases/"
|
||||||
"/msmtp-" version ".tar.xz"))
|
"/msmtp-" version ".tar.xz"))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"0ppvww0sb09bnsrpqnvlrn8vx231r24xn2iiwpy020mxc8gxn5fs"))))
|
"1ysrnshvwhzwmvb2walw5i9jdzlvmckj7inr0xnvb26q0jirbzsm"))))
|
||||||
(build-system gnu-build-system)
|
(build-system gnu-build-system)
|
||||||
(inputs
|
(inputs
|
||||||
`(("libidn" ,libidn)
|
`(("libidn" ,libidn)
|
||||||
|
@ -1089,7 +1089,7 @@ which can add many functionalities to the base client.")
|
||||||
("gsasl" ,gsasl)))
|
("gsasl" ,gsasl)))
|
||||||
(native-inputs
|
(native-inputs
|
||||||
`(("pkg-config" ,pkg-config)))
|
`(("pkg-config" ,pkg-config)))
|
||||||
(home-page "http://msmtp.sourceforge.net/")
|
(home-page "https://marlam.de/msmtp/")
|
||||||
(arguments
|
(arguments
|
||||||
`(#:configure-flags (list "--with-libgsasl"
|
`(#:configure-flags (list "--with-libgsasl"
|
||||||
"--with-libidn"
|
"--with-libidn"
|
||||||
|
|
Loading…
Reference in New Issue