gnu: fetchmail: Update to 6.4.10.

* gnu/packages/mail.scm (fetchmail): Update to 6.4.10.
This commit is contained in:
Tobias Geerinckx-Rice 2020-08-29 21:59:32 +02:00
parent 0c9ead5028
commit 2bed522233
No known key found for this signature in database
GPG key ID: 0DB0FF884F556D79

View file

@ -393,7 +393,7 @@ (define-public nullmailer
(define-public fetchmail
(package
(name "fetchmail")
(version "6.4.8")
(version "6.4.10")
(source
(origin
(method url-fetch)
@ -401,7 +401,7 @@ (define-public fetchmail
(version-major+minor version) "/"
"fetchmail-" version ".tar.xz"))
(sha256
(base32 "1g893dr3982vrqzxybmflnqfmd1q6yipd9krvxn0avhlrrp97k96"))))
(base32 "0pmjsy8pvgbv24nvjhrisqzya8fk54vbdz8pp0bhbb58p11zvgnv"))))
(build-system gnu-build-system)
(inputs
`(("openssl" ,openssl)))