gnu: wget2: Update to 2.2.0.

* gnu/packages/wget.scm (wget2): Update to 2.2.0.

Change-Id: Id077c964480f1f107bacb33fbe9b98239f9abeba
Signed-off-by: Zheng Junjie <zhengjunjie@iscas.ac.cn>
This commit is contained in:
Andy Tai 2024-11-28 13:42:04 -08:00 committed by Zheng Junjie
parent 634b1e3f42
commit 1370301250
No known key found for this signature in database
GPG key ID: 3B5AA993E1A2DFF0

View file

@ -128,13 +128,13 @@ (define-public wgetpaste
(define-public wget2
(package
(name "wget2")
(version "2.1.0")
(version "2.2.0")
(source (origin
(method url-fetch)
(uri (string-append "mirror://gnu/wget/wget2-" version ".tar.gz"))
(sha256
(base32
"1rz294dld9zmd5fmsrjgfyj7nlpmg1x7gckdzl9r7bbb3hcwapd0"))))
"0mykji96ap5acdh416x1d7c3h657mj6iy7zlllyd69pvny2rqfrb"))))
(build-system gnu-build-system)
(arguments
`(#:phases (modify-phases %standard-phases