gnu: fetchmail: Update to 6.4.11.

* gnu/packages/mail.scm (fetchmail): Update to 6.4.11.
This commit is contained in:
Tobias Geerinckx-Rice 2020-09-01 02:43:50 +02:00
parent 5d844fd68d
commit b63253004e
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.10")
(version "6.4.11")
(source
(origin
(method url-fetch)
@ -401,7 +401,7 @@ (define-public fetchmail
(version-major+minor version) "/"
"fetchmail-" version ".tar.xz"))
(sha256
(base32 "0pmjsy8pvgbv24nvjhrisqzya8fk54vbdz8pp0bhbb58p11zvgnv"))))
(base32 "177276dha2pchsvlki0skf460kmjnixqmzc6nj33fz4hd7c1sj1y"))))
(build-system gnu-build-system)
(inputs
`(("openssl" ,openssl)))