Archived
1
0
Fork 0

gnu: wget: Update to 1.21.1.

* gnu/packages/wget.scm (wget): Update to 1.21.1.

Signed-off-by: Leo Famulari <leo@famulari.name>
This commit is contained in:
Michael Rohleder 2021-01-15 05:35:59 +01:00 committed by Leo Famulari
parent ab572d8808
commit f1c7c2f697
No known key found for this signature in database
GPG key ID: 2646FA30BACA7F08

View file

@ -5,6 +5,7 @@
;;; Copyright © 2017 Rutger Helling <rhelling@mykolab.com> ;;; Copyright © 2017 Rutger Helling <rhelling@mykolab.com>
;;; Copyright © 2018, 2019, 2020 Tobias Geerinckx-Rice <me@tobias.gr> ;;; Copyright © 2018, 2019, 2020 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>
;;; ;;;
;;; This file is part of GNU Guix. ;;; This file is part of GNU Guix.
;;; ;;;
@ -44,7 +45,7 @@
(define-public wget (define-public wget
(package (package
(name "wget") (name "wget")
(version "1.20.3") (version "1.21.1")
(source (source
(origin (origin
(method url-fetch) (method url-fetch)
@ -52,7 +53,7 @@
version ".tar.lz")) version ".tar.lz"))
(sha256 (sha256
(base32 (base32
"1frajd86ds8vz2hprq30wq8ya89z9dcxnwm8nwk12bbc47l7qq39")))) "1bchzkacjsc5c0x01ngaana9fs5j12wfw1c8qxps1yp68x9vx6yv"))))
(build-system gnu-build-system) (build-system gnu-build-system)
(inputs (inputs
`(("gnutls" ,gnutls) `(("gnutls" ,gnutls)