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>
This commit is contained in:
Andy Tai 2023-09-02 15:29:36 -07:00 committed by Efraim Flashner
parent 4818ad5ba2
commit 98fe926db7
No known key found for this signature in database
GPG key ID: 41AAE7DCCA3D8351

View file

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