gnu: wget: Update to 1.19.4.

* gnu/packages/wget.scm (wget): Update to 1.19.4.
This commit is contained in:
Ludovic Courtès 2018-01-23 12:43:42 +01:00
parent 0741c3a46a
commit 0e5dbc47ab
No known key found for this signature in database
GPG Key ID: 090B11993D9AEBB5
1 changed files with 2 additions and 2 deletions

View File

@ -44,7 +44,7 @@
(define-public wget (define-public wget
(package (package
(name "wget") (name "wget")
(version "1.19.2") (version "1.19.4")
(source (source
(origin (origin
(method url-fetch) (method url-fetch)
@ -52,7 +52,7 @@
version ".tar.lz")) version ".tar.lz"))
(sha256 (sha256
(base32 (base32
"01yzal7xm85543x02bij3capnigr063d6c5vc039f8n5s9d796nm")))) "16jmcqcasx3q9k4azssryli9qyxfq0sfijw998g8zp58cnwzzh1g"))))
(build-system gnu-build-system) (build-system gnu-build-system)
(arguments (arguments
'(#:phases (modify-phases %standard-phases '(#:phases (modify-phases %standard-phases