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 <andreas@enge.fr>
This commit is contained in:
Andy Tai 2026-01-05 04:12:31 -08:00 committed by Andreas Enge
parent 167829ebf3
commit 3879685625
No known key found for this signature in database
GPG key ID: F7D5C9BF765C61E3

View file

@ -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