mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-12 06:06:53 -05:00
gnu: wget: Update to 1.21.4.
* gnu/packages/wget.scm (wget): Update to 1.21.4.
This commit is contained in:
parent
ab0a4c44d6
commit
77404fd0aa
1 changed files with 4 additions and 5 deletions
|
@ -46,16 +46,15 @@ (define-module (gnu packages wget)
|
||||||
(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))
|
||||||
|
|
Loading…
Reference in a new issue