gnu: wget: Update to 1.20.
authorRutger Helling <rhelling@mykolab.com>
Mon, 17 Dec 2018 15:15:55 +0000 (16:15 +0100)
committerRutger Helling <rhelling@mykolab.com>
Mon, 17 Dec 2018 15:18:35 +0000 (16:18 +0100)
* gnu/packages/wget.scm (wget): Update to 1.20.

gnu/packages/wget.scm

index 0fb1142..67a80b7 100644 (file)
@@ -45,7 +45,7 @@
 (define-public wget
   (package
     (name "wget")
-    (version "1.19.5")
+    (version "1.20")
     (source
      (origin
       (method url-fetch)
@@ -53,7 +53,7 @@
                           version ".tar.lz"))
       (sha256
        (base32
-        "0xfaxmlnih7dhkyks5wi4vrn0n1xshmy6gx6fb2k1120sprydyr9"))))
+        "07k8yd8rdn27x5fbzlnsz4db7z7qnisiqhs7r1b5wzy2b9b0zf5h"))))
     (build-system gnu-build-system)
     (arguments
      '(#:phases (modify-phases %standard-phases