gnu: msmtp: Update to 1.8.15.

* gnu/packages/mail.scm (msmtp): Update to 1.8.15.
This commit is contained in:
Tobias Geerinckx-Rice 2021-03-21 18:05:22 +01:00
parent 759e9acd8f
commit a0b3d968be
No known key found for this signature in database
GPG key ID: 0DB0FF884F556D79

View file

@ -1593,14 +1593,14 @@ (define-public claws-mail
(define-public msmtp
(package
(name "msmtp")
(version "1.8.14")
(version "1.8.15")
(source
(origin
(method url-fetch)
(uri (string-append "https://marlam.de/msmtp/releases/"
"/msmtp-" version ".tar.xz"))
(sha256
(base32 "1d3knxpwpglg20z4zcsi82mqv9285ah1b1b16k1fk1hlf5fhcvym"))))
(base32 "1klrj2a77671xb6xa0a0iyszhjb7swxhmzpzd4qdybmzkrixqr92"))))
(build-system gnu-build-system)
(inputs
`(("libsecret" ,libsecret)