3
5
Fork 0
mirror of git://git.savannah.gnu.org/guix.git synced 2023-12-14 03:33:07 +01:00

gnu: msmtp: Update to 1.8.11.

* gnu/packages/mail.scm (msmtp): Update to 1.8.11.
This commit is contained in:
Tobias Geerinckx-Rice 2020-06-10 02:41:12 +02:00
parent bfdce9ffda
commit 56e1cc0c34
No known key found for this signature in database
GPG key ID: 0DB0FF884F556D79

View file

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