me
/
guix
Archived
1
0
Fork 0

gnu: wget: Update to 1.21.3.24.

This update to a non-release version fixes a build failure on i686-linux.

* gnu/packages/wget.scm (wget): Update to 1.21.3.24.
[origin]: Use a self-hosted tarball created from the latest git commit.
master
Andreas Enge 2023-04-16 20:52:35 +02:00
parent e438a3b3dd
commit 424ee72ffb
No known key found for this signature in database
GPG Key ID: F7D5C9BF765C61E3
1 changed files with 5 additions and 4 deletions

View File

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