gnu: wget: Update to 1.20.3.

* gnu/packages/wget.scm (wget): Update to 1.20.3.
master
Ludovic Courtès 2019-06-15 18:29:31 +02:00
parent 02dad49d42
commit 25cb591ce4
No known key found for this signature in database
GPG Key ID: 090B11993D9AEBB5
1 changed files with 2 additions and 2 deletions

View File

@ -46,7 +46,7 @@
(define-public wget
(package
(name "wget")
(version "1.20.1")
(version "1.20.3")
(source
(origin
(method url-fetch)
@ -54,7 +54,7 @@
version ".tar.lz"))
(sha256
(base32
"0a29qsqxkk8145vkyy35q5a1wc7qzwx3qj3gmfrkmi9xs96yhqqg"))))
"1frajd86ds8vz2hprq30wq8ya89z9dcxnwm8nwk12bbc47l7qq39"))))
(build-system gnu-build-system)
(inputs
`(("gnutls" ,gnutls)