Archived
1
0
Fork 0

gnu: fetchmail: Update to 6.4.11.

* gnu/packages/mail.scm (fetchmail): Update to 6.4.11.
This commit is contained in:
Tobias Geerinckx-Rice 2020-09-01 02:43:50 +02:00
parent 5d844fd68d
commit b63253004e
No known key found for this signature in database
GPG key ID: 0DB0FF884F556D79

View file

@ -393,7 +393,7 @@ to run without any changes.")
(define-public fetchmail (define-public fetchmail
(package (package
(name "fetchmail") (name "fetchmail")
(version "6.4.10") (version "6.4.11")
(source (source
(origin (origin
(method url-fetch) (method url-fetch)
@ -401,7 +401,7 @@ to run without any changes.")
(version-major+minor version) "/" (version-major+minor version) "/"
"fetchmail-" version ".tar.xz")) "fetchmail-" version ".tar.xz"))
(sha256 (sha256
(base32 "0pmjsy8pvgbv24nvjhrisqzya8fk54vbdz8pp0bhbb58p11zvgnv")))) (base32 "177276dha2pchsvlki0skf460kmjnixqmzc6nj33fz4hd7c1sj1y"))))
(build-system gnu-build-system) (build-system gnu-build-system)
(inputs (inputs
`(("openssl" ,openssl))) `(("openssl" ,openssl)))