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

View file

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