diff options
author | Tobias Geerinckx-Rice <me@tobias.gr> | 2021-03-03 22:22:41 +0100 |
---|---|---|
committer | Tobias Geerinckx-Rice <me@tobias.gr> | 2021-03-04 00:44:58 +0100 |
commit | 2b8779cbe50089114d30916eab805d3a46f1f6c1 (patch) | |
tree | 898c6b8567f20374d7ac2d81998eafebfd68c24f | |
parent | 2ca33b3a5ed2a647b9cd6637eaf0b6e62111b607 (diff) | |
download | guix-2b8779cbe50089114d30916eab805d3a46f1f6c1.tar.gz guix-2b8779cbe50089114d30916eab805d3a46f1f6c1.zip |
gnu: fetchmail: Update to 6.4.16.
* gnu/packages/mail.scm (fetchmail): Update to 6.4.16.
-rw-r--r-- | gnu/packages/mail.scm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/mail.scm b/gnu/packages/mail.scm index bd2e48d533..721f1b8af7 100644 --- a/gnu/packages/mail.scm +++ b/gnu/packages/mail.scm @@ -410,7 +410,7 @@ to run without any changes.") (define-public fetchmail (package (name "fetchmail") - (version "6.4.14") + (version "6.4.16") (source (origin (method url-fetch) @@ -418,7 +418,7 @@ to run without any changes.") (version-major+minor version) "/" "fetchmail-" version ".tar.xz")) (sha256 - (base32 "1jxxb3qyrh7118fwqa3bhirjh97j2w8r71s8vcb6vp3w1wwhfis2")))) + (base32 "1fagi10fv8pdil6gss6a3ca3jbp3wbiyz7cp8ivsxyrsq059ljq4")))) (build-system gnu-build-system) (inputs `(("openssl" ,openssl))) |