gnu: msmtp: Update to 1.8.22.

* gnu/packages/mail.scm (msmtp): Update to 1.8.22.
This commit is contained in:
Efraim Flashner 2022-08-07 20:04:53 +03:00
parent f0ae9da321
commit eb8ab91284
No known key found for this signature in database
GPG key ID: 41AAE7DCCA3D8351

View file

@ -1721,14 +1721,14 @@ (define-public claws-mail
(define-public msmtp
(package
(name "msmtp")
(version "1.8.20")
(version "1.8.22")
(source
(origin
(method url-fetch)
(uri (string-append "https://marlam.de/msmtp/releases"
"/msmtp-" version ".tar.xz"))
(sha256
(base32 "04di9qs2bwiwidnhk3afif5mh05q3ggr9cyhr5ysyj0gzjmf4fnr"))))
(base32 "1rx3ksvwdfrwahsd2lwf52vnhhq72ygb0kjy6ci2df55hri2010v"))))
(build-system gnu-build-system)
(inputs
(list libsecret gnutls zlib gsasl))