Archived
1
0
Fork 0

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 @@ which can add many functionalities to the base client.")
(define-public msmtp (define-public msmtp
(package (package
(name "msmtp") (name "msmtp")
(version "1.8.3") (version "1.8.4")
(source (source
(origin (origin
(method url-fetch) (method url-fetch)
@ -1156,7 +1156,7 @@ which can add many functionalities to the base client.")
"/msmtp-" version ".tar.xz")) "/msmtp-" version ".tar.xz"))
(sha256 (sha256
(base32 (base32
"1d4jdgrx4czp66nnwdsy938lzr4llhwyy0715pwg0j6h6gyyxciw")))) "1xr926lyy44baqdgv9q0sw5z6ll2cb4lx2g4lgpgbqn8bglpzpg5"))))
(build-system gnu-build-system) (build-system gnu-build-system)
(inputs (inputs
`(("libsecret" ,libsecret) `(("libsecret" ,libsecret)