gnu: fetchmail: Update to 6.4.14.

* gnu/packages/mail.scm (fetchmail): Update to 6.4.14.
This commit is contained in:
Tobias Geerinckx-Rice 2021-01-02 20:22:20 +01:00
parent f4a809145f
commit a564ff1b61
No known key found for this signature in database
GPG key ID: 0DB0FF884F556D79

View file

@ -410,7 +410,7 @@ (define-public nullmailer
(define-public fetchmail
(package
(name "fetchmail")
(version "6.4.13")
(version "6.4.14")
(source
(origin
(method url-fetch)
@ -418,7 +418,7 @@ (define-public fetchmail
(version-major+minor version) "/"
"fetchmail-" version ".tar.xz"))
(sha256
(base32 "1qablzgwx3a516vdhckx3pv716x9r7nyfyr6fbncif861c3cya3x"))))
(base32 "1jxxb3qyrh7118fwqa3bhirjh97j2w8r71s8vcb6vp3w1wwhfis2"))))
(build-system gnu-build-system)
(inputs
`(("openssl" ,openssl)))