me
/
guix
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>
master
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
1 changed files with 3 additions and 2 deletions

View File

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