me
/
guix
Archived
1
0
Fork 0

gnu: fetchmail: Update to 6.4.16.

* gnu/packages/mail.scm (fetchmail): Update to 6.4.16.
master
Tobias Geerinckx-Rice 2021-03-03 22:22:41 +01:00
parent 2ca33b3a5e
commit 2b8779cbe5
No known key found for this signature in database
GPG Key ID: 0DB0FF884F556D79
1 changed files with 2 additions and 2 deletions

View File

@ -410,7 +410,7 @@ to run without any changes.")
(define-public fetchmail (define-public fetchmail
(package (package
(name "fetchmail") (name "fetchmail")
(version "6.4.14") (version "6.4.16")
(source (source
(origin (origin
(method url-fetch) (method url-fetch)
@ -418,7 +418,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 "1jxxb3qyrh7118fwqa3bhirjh97j2w8r71s8vcb6vp3w1wwhfis2")))) (base32 "1fagi10fv8pdil6gss6a3ca3jbp3wbiyz7cp8ivsxyrsq059ljq4"))))
(build-system gnu-build-system) (build-system gnu-build-system)
(inputs (inputs
`(("openssl" ,openssl))) `(("openssl" ,openssl)))