guix-commits
[Top][All Lists]
Advanced

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

01/02: gnu: wget2: Update to 2.1.0


From: guix-commits
Subject: 01/02: gnu: wget2: Update to 2.1.0
Date: Sun, 3 Sep 2023 04:21:58 -0400 (EDT)

efraim pushed a commit to branch master
in repository guix.

commit 98fe926db7f4f3b46e513f821b17b89bca87922c
Author: Andy Tai <atai@atai.org>
AuthorDate: Sat Sep 2 15:29:36 2023 -0700

    gnu: wget2: Update to 2.1.0
    
    * gnu/packages/wget.scm (wget2): Update to 2.1.0
    
    Signed-off-by: Efraim Flashner <efraim@flashner.co.il>
---
 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 17459344c0..60f93df24c 100644
--- a/gnu/packages/wget.scm
+++ b/gnu/packages/wget.scm
@@ -135,13 +135,13 @@ online pastebin services.")
 (define-public wget2
   (package
     (name "wget2")
-    (version "2.0.1")
+    (version "2.1.0")
     (source (origin
               (method url-fetch)
               (uri (string-append "mirror://gnu/wget/wget2-" version 
".tar.gz"))
               (sha256
                (base32
-                "1caxhkwk08z3npzw8x2qhkmjc224cfw1aphvbv8bidbvd41zmdqb"))))
+                "1rz294dld9zmd5fmsrjgfyj7nlpmg1x7gckdzl9r7bbb3hcwapd0"))))
     (build-system gnu-build-system)
     (arguments
      `(#:phases (modify-phases %standard-phases



reply via email to

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