gnu: msmtp: Update to 1.8.5.

* gnu/packages/mail.scm (msmtp): Update to 1.8.5.
This commit is contained in:
Tobias Geerinckx-Rice 2019-07-16 23:48:39 +02:00
parent fcc6503d73
commit 214cbec2cf
No known key found for this signature in database
GPG key ID: 0DB0FF884F556D79

View file

@ -1149,15 +1149,14 @@ (define-public claws-mail
(define-public msmtp
(package
(name "msmtp")
(version "1.8.4")
(version "1.8.5")
(source
(origin
(method url-fetch)
(uri (string-append "https://marlam.de/msmtp/releases/"
"/msmtp-" version ".tar.xz"))
(sha256
(base32
"1xr926lyy44baqdgv9q0sw5z6ll2cb4lx2g4lgpgbqn8bglpzpg5"))))
(base32 "0fczpfxlr62wkr7bwhp24clxg962k5khgz14h818qyy4v77dl4qn"))))
(build-system gnu-build-system)
(inputs
`(("libsecret" ,libsecret)