gnu: msmtp: Update to 1.6.5.

* gnu/packages/mail.scm (msmtp): Update to 1.6.5.
[source]: Update source URL.
This commit is contained in:
Leo Famulari 2016-07-21 01:39:25 -04:00
parent 2908087013
commit d23d1ddf6e
No known key found for this signature in database
GPG key ID: 2646FA30BACA7F08

View file

@ -678,14 +678,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.4") (version "1.6.5")
(source (source
(origin (origin
(method url-fetch) (method url-fetch)
(uri (string-append (uri (string-append "mirror://sourceforge/msmtp/msmtp/" version
"mirror://sourceforge/msmtp/msmtp-" version ".tar.xz")) "/msmtp-" version ".tar.xz"))
(sha256 (base32 (sha256
"1kfihblm769s4hv8iah5mqynqd6hfwlyz5rcg2v423a4llic0jcv")))) (base32
"01jh9ba49bih8zsh40myw6qq1ll210q1vw0jg865vrn7jc3dd83n"))))
(build-system gnu-build-system) (build-system gnu-build-system)
(inputs (inputs
`(("libidn" ,libidn) `(("libidn" ,libidn)