Archived
1
0
Fork 0

gnu: msmtp: Update to 1.8.7.

* gnu/packages/mail.scm (msmtp): Update to 1.8.7.
This commit is contained in:
Efraim Flashner 2019-12-30 10:00:12 +02:00
parent 6610c518a9
commit a4fd9423b0
No known key found for this signature in database
GPG key ID: 41AAE7DCCA3D8351

View file

@ -1214,14 +1214,14 @@ which can add many functionalities to the base client.")
(define-public msmtp (define-public msmtp
(package (package
(name "msmtp") (name "msmtp")
(version "1.8.6") (version "1.8.7")
(source (source
(origin (origin
(method url-fetch) (method url-fetch)
(uri (string-append "https://marlam.de/msmtp/releases/" (uri (string-append "https://marlam.de/msmtp/releases/"
"/msmtp-" version ".tar.xz")) "/msmtp-" version ".tar.xz"))
(sha256 (sha256
(base32 "1qa260xrm0fzlwxpjvgvq39m4dfkskjlyb7m4y2vlr8c8d3z29b6")))) (base32 "1waiiksa57byb7gvx1zmh6srvl6r8rvwqklk0slb3iaf4kfbqlws"))))
(build-system gnu-build-system) (build-system gnu-build-system)
(inputs (inputs
`(("libsecret" ,libsecret) `(("libsecret" ,libsecret)