mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-07 23:46:13 -05:00
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>
This commit is contained in:
parent
4818ad5ba2
commit
98fe926db7
1 changed files with 2 additions and 2 deletions
|
@ -135,13 +135,13 @@ (define-public wgetpaste
|
|||
(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
|
||||
|
|
Loading…
Reference in a new issue