diff options
author | Rutger Helling <rhelling@mykolab.com> | 2018-12-17 16:15:55 +0100 |
---|---|---|
committer | Rutger Helling <rhelling@mykolab.com> | 2018-12-17 16:18:35 +0100 |
commit | a7ad051d8a30180206030ee301020886321067f8 (patch) | |
tree | 4718dc7197abd94d36225443d09c1d845ac88547 /gnu/packages/wget.scm | |
parent | 1e2ebf7ca4fdcc30dd60c8e88814a59760d14dce (diff) | |
download | patches-a7ad051d8a30180206030ee301020886321067f8.tar patches-a7ad051d8a30180206030ee301020886321067f8.tar.gz |
gnu: wget: Update to 1.20.
* gnu/packages/wget.scm (wget): Update to 1.20.
Diffstat (limited to 'gnu/packages/wget.scm')
-rw-r--r-- | gnu/packages/wget.scm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/wget.scm b/gnu/packages/wget.scm index 0fb1142b68..67a80b78b6 100644 --- a/gnu/packages/wget.scm +++ b/gnu/packages/wget.scm @@ -45,7 +45,7 @@ (define-public wget (package (name "wget") - (version "1.19.5") + (version "1.20") (source (origin (method url-fetch) @@ -53,7 +53,7 @@ version ".tar.lz")) (sha256 (base32 - "0xfaxmlnih7dhkyks5wi4vrn0n1xshmy6gx6fb2k1120sprydyr9")))) + "07k8yd8rdn27x5fbzlnsz4db7z7qnisiqhs7r1b5wzy2b9b0zf5h")))) (build-system gnu-build-system) (arguments '(#:phases (modify-phases %standard-phases |