Archived
1
0
Fork 0

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 @@ addons which can add many functionalities to the base client.")
(define-public msmtp (define-public msmtp
(package (package
(name "msmtp") (name "msmtp")
(version "1.8.20") (version "1.8.22")
(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 "04di9qs2bwiwidnhk3afif5mh05q3ggr9cyhr5ysyj0gzjmf4fnr")))) (base32 "1rx3ksvwdfrwahsd2lwf52vnhhq72ygb0kjy6ci2df55hri2010v"))))
(build-system gnu-build-system) (build-system gnu-build-system)
(inputs (inputs
(list libsecret gnutls zlib gsasl)) (list libsecret gnutls zlib gsasl))