guix_mirror_bot pushed a commit to branch next-master
in repository guix.

commit ea82d06893a5a70164115f66943c176f8348ff57
Author: Andy Tai <[email protected]>
AuthorDate: Mon Jan 5 04:12:31 2026 -0800

    gnu: wget2: Update to 2.2.1.
    
    * gnu/packages/wget.scm (wget2): Update to 2.2.1.
    
    Change-Id: I3abdf8a7425e46c8f2240b2e8f803a06a88b9e40
    Signed-off-by: Andreas Enge <[email protected]>
---
 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 eec6bea4ed..137b3b7a1e 100644
--- a/gnu/packages/wget.scm
+++ b/gnu/packages/wget.scm
@@ -128,13 +128,13 @@ online pastebin services.")
 (define-public wget2
   (package
     (name "wget2")
-    (version "2.2.0")
+    (version "2.2.1")
     (source (origin
               (method url-fetch)
               (uri (string-append "mirror://gnu/wget/wget2-" version 
".tar.gz"))
               (sha256
                (base32
-                "0mykji96ap5acdh416x1d7c3h657mj6iy7zlllyd69pvny2rqfrb"))))
+                "1d27nhgywchsn3xy0hcmmgbc32k881gmzkjg4h0yc63zwc9lnm6p"))))
     (build-system gnu-build-system)
     (arguments
      (list #:phases #~(modify-phases %standard-phases

Reply via email to