gnu: fetchmail: Update to 6.4.8.

* gnu/packages/mail.scm (fetchmail): Update to 6.4.8.
This commit is contained in:
Tobias Geerinckx-Rice 2020-07-01 04:25:48 +02:00
parent eee9eab722
commit e063f0ccc8
No known key found for this signature in database
GPG key ID: 0DB0FF884F556D79

View file

@ -386,7 +386,7 @@ (define-public nullmailer
(define-public fetchmail (define-public fetchmail
(package (package
(name "fetchmail") (name "fetchmail")
(version "6.4.6") (version "6.4.8")
(source (source
(origin (origin
(method url-fetch) (method url-fetch)
@ -394,7 +394,7 @@ (define-public fetchmail
(version-major+minor version) "/" (version-major+minor version) "/"
"fetchmail-" version ".tar.xz")) "fetchmail-" version ".tar.xz"))
(sha256 (sha256
(base32 "04b0sq1xad6gs1bfhkbmhsn1kq6y4gsx9l9ywjvd5d0rc15yrvqn")))) (base32 "1g893dr3982vrqzxybmflnqfmd1q6yipd9krvxn0avhlrrp97k96"))))
(build-system gnu-build-system) (build-system gnu-build-system)
(inputs (inputs
`(("openssl" ,openssl))) `(("openssl" ,openssl)))