guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

01/03: gnu: wget: Update to 1.19.


From: Marius Bakke
Subject: 01/03: gnu: wget: Update to 1.19.
Date: Sat, 4 Feb 2017 09:47:48 +0000 (UTC)

mbakke pushed a commit to branch master
in repository guix.

commit 38eefbb185289cd0e69b2749adc5440dada04a05
Author: Marius Bakke <address@hidden>
Date:   Sat Feb 4 10:14:43 2017 +0100

    gnu: wget: Update to 1.19.
    
    * gnu/packages/wget.scm (wget): Update to 1.19.
    [home-page]: Use HTTPS.
---
 gnu/packages/wget.scm |    6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/gnu/packages/wget.scm b/gnu/packages/wget.scm
index 72aab86..962d689 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,



reply via email to

[Prev in Thread] Current Thread [Next in Thread]