me
/
guix
Archived
1
0
Fork 0

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>
master
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
1 changed files with 2 additions and 2 deletions

View File

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