gnu: msmtp: Update to 1.8.4.

* gnu/packages/mail.scm (msmtp): Update to 1.8.4.
This commit is contained in:
Marius Bakke 2019-04-26 15:47:07 +02:00
parent b339f14cb2
commit 06c86f166d
No known key found for this signature in database
GPG key ID: A2A06DF2A33A54FA

View file

@ -1148,7 +1148,7 @@ (define-public claws-mail
(define-public msmtp
(package
(name "msmtp")
(version "1.8.3")
(version "1.8.4")
(source
(origin
(method url-fetch)
@ -1156,7 +1156,7 @@ (define-public msmtp
"/msmtp-" version ".tar.xz"))
(sha256
(base32
"1d4jdgrx4czp66nnwdsy938lzr4llhwyy0715pwg0j6h6gyyxciw"))))
"1xr926lyy44baqdgv9q0sw5z6ll2cb4lx2g4lgpgbqn8bglpzpg5"))))
(build-system gnu-build-system)
(inputs
`(("libsecret" ,libsecret)