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

View File

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