guix-commits
[Top][All Lists]
Advanced

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

01/01: gnu: wget: Update to 1.18.


From: Ludovic Courtès
Subject: 01/01: gnu: wget: Update to 1.18.
Date: Mon, 13 Jun 2016 21:13:34 +0000 (UTC)

civodul pushed a commit to branch master
in repository guix.

commit d3ef652aa15b899084613dd1d41ac7722dc582b3
Author: Ludovic Courtès <address@hidden>
Date:   Mon Jun 13 23:13:16 2016 +0200

    gnu: wget: Update to 1.18.
    
    * gnu/packages/wget.scm (wget): Update to 1.18.
---
 gnu/packages/wget.scm |    4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/wget.scm b/gnu/packages/wget.scm
index d8a7bea..80da332 100644
--- a/gnu/packages/wget.scm
+++ b/gnu/packages/wget.scm
@@ -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)



reply via email to

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