gnu: wget: Update to 1.18.

* gnu/packages/wget.scm (wget): Update to 1.18.
This commit is contained in:
Ludovic Courtès 2016-06-13 23:13:16 +02:00
parent 65089213c8
commit d3ef652aa1
No known key found for this signature in database
GPG Key ID: 090B11993D9AEBB5
1 changed files with 2 additions and 2 deletions

View File

@ -32,7 +32,7 @@
(define-public wget
(package
(name "wget")
(version "1.17.1")
(version "1.18")
(source
(origin
(method url-fetch)
@ -40,7 +40,7 @@
version ".tar.xz"))
(sha256
(base32
"1jcpvl5sxb2ag8yahpy370c5jlfb097a21k2mhsidh4wxdhrnmgy"))))
"1hcwx8ww3sxzdskkx3l7q70a7wd6569yrnjkw9pw013cf9smpddm"))))
(build-system gnu-build-system)
(inputs
`(("gnutls" ,gnutls)