gnu: fetchmail: Update to 6.4.18.

* gnu/packages/mail.scm (fetchmail): Update to 6.4.18.

Signed-off-by: Efraim Flashner <efraim@flashner.co.il>
This commit is contained in:
Xinglu Chen 2021-03-28 10:56:02 +02:00 committed by Efraim Flashner
parent d970303589
commit 8e3944f857
No known key found for this signature in database
GPG key ID: 41AAE7DCCA3D8351

View file

@ -446,7 +446,7 @@ (define-public nullmailer
(define-public fetchmail
(package
(name "fetchmail")
(version "6.4.17")
(version "6.4.18")
(source
(origin
(method url-fetch)
@ -454,7 +454,7 @@ (define-public fetchmail
(version-major+minor version) "/"
"fetchmail-" version ".tar.xz"))
(sha256
(base32 "1ijh9l7pg2yk5s5h1yj3vpd1az31giqy9bjrna10daj13gqws6x4"))))
(base32 "17r5zfk9yh7jhgdb360dlzx5fx9lsbmalasx6zgxw9v9vjycjb9h"))))
(build-system gnu-build-system)
(inputs
`(("openssl" ,openssl)))