diff options
author | Marius Bakke <mbakke@fastmail.com> | 2017-02-04 10:14:43 +0100 |
---|---|---|
committer | Marius Bakke <mbakke@fastmail.com> | 2017-02-04 10:14:43 +0100 |
commit | 38eefbb185289cd0e69b2749adc5440dada04a05 (patch) | |
tree | 5bc1d5cb913617457c7822ced2f8dc34626aca44 /gnu/packages/wget.scm | |
parent | 182dde82edd9e532c2a90616127cb09056648914 (diff) | |
download | guix-38eefbb185289cd0e69b2749adc5440dada04a05.tar guix-38eefbb185289cd0e69b2749adc5440dada04a05.tar.gz |
gnu: wget: Update to 1.19.
* gnu/packages/wget.scm (wget): Update to 1.19.
[home-page]: Use HTTPS.
Diffstat (limited to 'gnu/packages/wget.scm')
-rw-r--r-- | gnu/packages/wget.scm | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/gnu/packages/wget.scm b/gnu/packages/wget.scm index 72aab86c14..962d689ebf 100644 --- a/gnu/packages/wget.scm +++ b/gnu/packages/wget.scm @@ -33,7 +33,7 @@ (define-public wget (package (name "wget") - (version "1.18") + (version "1.19") (source (origin (method url-fetch) @@ -41,7 +41,7 @@ version ".tar.xz")) (sha256 (base32 - "1hcwx8ww3sxzdskkx3l7q70a7wd6569yrnjkw9pw013cf9smpddm")))) + "1133c14g19ysv74j7am66jwgwrr0rdn0rdyxw7rikbnsyjxmf48g")))) (build-system gnu-build-system) (inputs `(("gnutls" ,gnutls) @@ -53,7 +53,7 @@ ("python" ,python) ;for testenv suite ("perl-http-daemon" ,perl-http-daemon) ("perl-io-socket-ssl" ,perl-io-socket-ssl))) - (home-page "http://www.gnu.org/software/wget/") + (home-page "https://www.gnu.org/software/wget/") (synopsis "Non-interactive command-line utility for downloading files") (description "GNU Wget is a non-interactive tool for fetching files using the HTTP, |