diff options
author | Tobias Geerinckx-Rice <me@tobias.gr> | 2020-09-01 02:43:50 +0200 |
---|---|---|
committer | Tobias Geerinckx-Rice <me@tobias.gr> | 2020-09-01 04:44:34 +0200 |
commit | b63253004ede520b164557347dccc2ff49a160a2 (patch) | |
tree | 562714290b3a87d9f6e58521763912b6cb0af685 /gnu/packages/mail.scm | |
parent | 5d844fd68d70f4e215b08a836987a4bd299dc938 (diff) | |
download | guix-b63253004ede520b164557347dccc2ff49a160a2.tar.gz |
gnu: fetchmail: Update to 6.4.11.
* gnu/packages/mail.scm (fetchmail): Update to 6.4.11.
Diffstat (limited to 'gnu/packages/mail.scm')
-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 e7866943b5..40870a9b3a 100644 --- a/gnu/packages/mail.scm +++ b/gnu/packages/mail.scm @@ -393,7 +393,7 @@ to run without any changes.") (define-public fetchmail (package (name "fetchmail") - (version "6.4.10") + (version "6.4.11") (source (origin (method url-fetch) @@ -401,7 +401,7 @@ to run without any changes.") (version-major+minor version) "/" "fetchmail-" version ".tar.xz")) (sha256 - (base32 "0pmjsy8pvgbv24nvjhrisqzya8fk54vbdz8pp0bhbb58p11zvgnv")))) + (base32 "177276dha2pchsvlki0skf460kmjnixqmzc6nj33fz4hd7c1sj1y")))) (build-system gnu-build-system) (inputs `(("openssl" ,openssl))) |