mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-07 23:46:13 -05:00
gnu: wget2: Update to 2.0.1.
* gnu/packages/wget.scm (wget2): Update to 2.0.1. [arguments]: Remove trailing #t from phases.
This commit is contained in:
parent
39227724e8
commit
81803c5eaa
1 changed files with 4 additions and 5 deletions
|
@ -1,7 +1,7 @@
|
|||
;;; GNU Guix --- Functional package management for GNU
|
||||
;;; Copyright © 2012 Nikita Karetnikov <nikita@karetnikov.org>
|
||||
;;; Copyright © 2014, 2015, 2017, 2018 Ludovic Courtès <ludo@gnu.org>
|
||||
;;; Copyright © 2016, 2017, 2019, 2020, 2021 Efraim Flashner <efraim@flashner.co.il>
|
||||
;;; Copyright © 2016, 2017, 2019-2022 Efraim Flashner <efraim@flashner.co.il>
|
||||
;;; Copyright © 2017 Rutger Helling <rhelling@mykolab.com>
|
||||
;;; Copyright © 2018–2021 Tobias Geerinckx-Rice <me@tobias.gr>
|
||||
;;; Copyright © 2020 Jan (janneke) Nieuwenhuizen <janneke@gnu.org>
|
||||
|
@ -135,14 +135,14 @@ (define-public wgetpaste
|
|||
(define-public wget2
|
||||
(package
|
||||
(name "wget2")
|
||||
(version "2.0.0")
|
||||
(version "2.0.1")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
(uri (string-append "mirror://gnu/wget/wget2-" version ".tar.gz"))
|
||||
(sha256
|
||||
(base32
|
||||
"0i0m4k6w9smsr2m5mj05zvl1fb110izyl2qqrk0yqlxnmfhgpqjg"))))
|
||||
"1caxhkwk08z3npzw8x2qhkmjc224cfw1aphvbv8bidbvd41zmdqb"))))
|
||||
(build-system gnu-build-system)
|
||||
(arguments
|
||||
`(#:phases
|
||||
|
@ -152,8 +152,7 @@ (define-public wget2
|
|||
(substitute* "tests/Makefile.in"
|
||||
(("test-gpg-verify-no-file\\$\\(EXEEXT)") "")
|
||||
(("test-gpg-valid\\$\\(EXEEXT)") "")
|
||||
(("test-gpg-styles\\$\\(EXEEXT)") ""))
|
||||
#t)))
|
||||
(("test-gpg-styles\\$\\(EXEEXT)") "")))))
|
||||
#:configure-flags '("--enable-static=no")))
|
||||
(inputs
|
||||
(list bzip2
|
||||
|
|
Loading…
Reference in a new issue