gnu: fetchmail: Update to 6.4.6.

* gnu/packages/mail.scm (fetchmail): Update to 6.4.6.
This commit is contained in:
Tobias Geerinckx-Rice 2020-06-03 21:51:35 +02:00
parent 2d84d65316
commit d57eae24a4
No known key found for this signature in database
GPG key ID: 0DB0FF884F556D79

View file

@ -347,7 +347,7 @@ (define-public nullmailer
(define-public fetchmail
(package
(name "fetchmail")
(version "6.4.5")
(version "6.4.6")
(source
(origin
(method url-fetch)
@ -355,7 +355,7 @@ (define-public fetchmail
(version-major+minor version) "/"
"fetchmail-" version ".tar.xz"))
(sha256
(base32 "073bjh8qbvww7f5gbd6pq640qspi7dc6cjndvm0h2jcl0a90c3yk"))))
(base32 "04b0sq1xad6gs1bfhkbmhsn1kq6y4gsx9l9ywjvd5d0rc15yrvqn"))))
(build-system gnu-build-system)
(inputs
`(("openssl" ,openssl)))