mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-24 11:39:46 -05:00
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.
This commit is contained in:
parent
e438a3b3dd
commit
424ee72ffb
1 changed files with 5 additions and 4 deletions
|
@ -46,15 +46,16 @@ (define-module (gnu packages wget)
|
|||
(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))
|
||||
|
|
Loading…
Reference in a new issue