gnu: wget: Update to 1.21.4.

* gnu/packages/wget.scm (wget): Update to 1.21.4.
This commit is contained in:
Andreas Enge 2023-07-24 13:58:14 +02:00 committed by Ludovic Courtès
parent ab0a4c44d6
commit 77404fd0aa
No known key found for this signature in database
GPG Key ID: 090B11993D9AEBB5

View File

@ -46,16 +46,15 @@
(define-public wget (define-public wget
(package (package
(name "wget") (name "wget")
(version "1.21.3.24") (version "1.21.4")
(source (source
(origin (origin
(method url-fetch) (method url-fetch)
;;(uri (string-append "mirror://gnu/wget/wget-" (uri (string-append "mirror://gnu/wget/wget-"
;; version ".tar.lz")) version ".tar.lz"))
(uri "https://www.multiprecision.org/wget-1.21.3.24-2b723.tar.lz")
(sha256 (sha256
(base32 (base32
"17ip94mvax83h0gh4905jqc64g5qf3vgxr3bj9gn02pijjm5lzbp")))) "1nabhxx3rg28h2scba2mlawzjyx3dw07j2kjn76cpvahbyd630rn"))))
(build-system gnu-build-system) (build-system gnu-build-system)
(inputs (inputs
(list gnutls libidn2 libpsl)) (list gnutls libidn2 libpsl))