mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
gnu: wget: Ungraft.
* gnu/packages/wget.scm (wget): Update to 1.25.0. [replacement]: Remove. (wget/fixed): Remove. Change-Id: Ib3798d67bc293295a0480e2db36de98e1ce7edea
This commit is contained in:
parent
52d2029e17
commit
68fbaa044e
1 changed files with 6 additions and 19 deletions
|
@ -6,6 +6,7 @@
|
||||||
;;; Copyright © 2018–2021 Tobias Geerinckx-Rice <me@tobias.gr>
|
;;; Copyright © 2018–2021 Tobias Geerinckx-Rice <me@tobias.gr>
|
||||||
;;; Copyright © 2020 Jan (janneke) Nieuwenhuizen <janneke@gnu.org>
|
;;; Copyright © 2020 Jan (janneke) Nieuwenhuizen <janneke@gnu.org>
|
||||||
;;; Copyright © 2021 Michael Rohleder <mike@rohleder.de>
|
;;; Copyright © 2021 Michael Rohleder <mike@rohleder.de>
|
||||||
|
;;; Copyright © 2025 John Kehayias <john.kehayias@protonmail.com>
|
||||||
;;;
|
;;;
|
||||||
;;; This file is part of GNU Guix.
|
;;; This file is part of GNU Guix.
|
||||||
;;;
|
;;;
|
||||||
|
@ -46,17 +47,14 @@
|
||||||
|
|
||||||
(define-public wget
|
(define-public wget
|
||||||
(package
|
(package
|
||||||
(replacement wget/fixed)
|
|
||||||
(name "wget")
|
(name "wget")
|
||||||
(version "1.21.4")
|
(version "1.25.0")
|
||||||
(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"))
|
(sha256
|
||||||
(sha256
|
(base32 "07waw3s51zmjqzqq717xyyd353qc1ajcd38lh7y8i85hav3mq8hr"))))
|
||||||
(base32
|
|
||||||
"1nabhxx3rg28h2scba2mlawzjyx3dw07j2kjn76cpvahbyd630rn"))))
|
|
||||||
(build-system gnu-build-system)
|
(build-system gnu-build-system)
|
||||||
(inputs
|
(inputs
|
||||||
(list gnutls libidn2 libpsl))
|
(list gnutls libidn2 libpsl))
|
||||||
|
@ -76,17 +74,6 @@ wild cards, supports proxies and cookies, and it can convert absolute links
|
||||||
in downloaded documents to relative links.")
|
in downloaded documents to relative links.")
|
||||||
(license license:gpl3+))) ; some files are under GPLv2+
|
(license license:gpl3+))) ; some files are under GPLv2+
|
||||||
|
|
||||||
(define-public wget/fixed
|
|
||||||
(package
|
|
||||||
(inherit wget)
|
|
||||||
(version "1.25.0")
|
|
||||||
(source
|
|
||||||
(origin
|
|
||||||
(method url-fetch)
|
|
||||||
(uri (string-append "mirror://gnu/wget/wget-" version ".tar.lz"))
|
|
||||||
(sha256
|
|
||||||
(base32 "07waw3s51zmjqzqq717xyyd353qc1ajcd38lh7y8i85hav3mq8hr"))))))
|
|
||||||
|
|
||||||
(define-public wgetpaste
|
(define-public wgetpaste
|
||||||
(package
|
(package
|
||||||
(name "wgetpaste")
|
(name "wgetpaste")
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue