gnu: fetchmail: Update to 6.4.19.

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

Signed-off-by: Efraim Flashner <efraim@flashner.co.il>
This commit is contained in:
Xinglu Chen 2021-04-25 14:53:59 +02:00 committed by Efraim Flashner
parent f058e5ec10
commit 5bcb453d43
No known key found for this signature in database
GPG key ID: 41AAE7DCCA3D8351

View file

@ -493,7 +493,7 @@ (define-public nullmailer
(define-public fetchmail
(package
(name "fetchmail")
(version "6.4.18")
(version "6.4.19")
(source
(origin
(method url-fetch)
@ -501,7 +501,7 @@ (define-public fetchmail
(version-major+minor version) "/"
"fetchmail-" version ".tar.xz"))
(sha256
(base32 "17r5zfk9yh7jhgdb360dlzx5fx9lsbmalasx6zgxw9v9vjycjb9h"))))
(base32 "0pvbknpimf38ws4gskad79wd1cvy62kcsjy65sm0rr83s6ii33fd"))))
(build-system gnu-build-system)
(inputs
`(("openssl" ,openssl)))