me
/
guix
Archived
1
0
Fork 0

gnu: msmtp: Update to 1.8.12.

* gnu/packages/mail.scm (msmtp): Update to 1.8.12.
master
Tobias Geerinckx-Rice 2020-08-26 06:07:01 +02:00
parent a41b8c9a09
commit 5d2b9b0749
No known key found for this signature in database
GPG Key ID: 0DB0FF884F556D79
1 changed files with 2 additions and 2 deletions

View File

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