diff options
author | Ludovic Courtès <ludo@gnu.org> | 2018-01-23 12:43:42 +0100 |
---|---|---|
committer | Ludovic Courtès <ludo@gnu.org> | 2018-01-23 15:01:15 +0100 |
commit | 0e5dbc47abb6c8bc8284cfc7b6563e5891a925ad (patch) | |
tree | 83a2e649acc5d696f26cc1db6d20dc2d1891c3c0 /gnu | |
parent | 0741c3a46adf54009ef25463eb7739e353710604 (diff) | |
download | patches-0e5dbc47abb6c8bc8284cfc7b6563e5891a925ad.tar patches-0e5dbc47abb6c8bc8284cfc7b6563e5891a925ad.tar.gz |
gnu: wget: Update to 1.19.4.
* gnu/packages/wget.scm (wget): Update to 1.19.4.
Diffstat (limited to 'gnu')
-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 3dcf00b9be..c6a319965a 100644 --- a/gnu/packages/wget.scm +++ b/gnu/packages/wget.scm @@ -44,7 +44,7 @@ (define-public wget (package (name "wget") - (version "1.19.2") + (version "1.19.4") (source (origin (method url-fetch) @@ -52,7 +52,7 @@ version ".tar.lz")) (sha256 (base32 - "01yzal7xm85543x02bij3capnigr063d6c5vc039f8n5s9d796nm")))) + "16jmcqcasx3q9k4azssryli9qyxfq0sfijw998g8zp58cnwzzh1g")))) (build-system gnu-build-system) (arguments '(#:phases (modify-phases %standard-phases |