me
/
guix
Archived
1
0
Fork 0

gnu: wget: Update to 1.21.3.

* gnu/packages/wget.scm (wget): Update to 1.21.3.
master
Efraim Flashner 2022-05-29 16:31:59 +03:00
parent 1ed40eee39
commit 9cd22702b8
No known key found for this signature in database
GPG Key ID: 41AAE7DCCA3D8351
1 changed files with 2 additions and 2 deletions

View File

@ -45,7 +45,7 @@
(define-public wget
(package
(name "wget")
(version "1.21.1")
(version "1.21.3")
(source
(origin
(method url-fetch)
@ -53,7 +53,7 @@
version ".tar.lz"))
(sha256
(base32
"1bchzkacjsc5c0x01ngaana9fs5j12wfw1c8qxps1yp68x9vx6yv"))))
"19afmyr1i3zwdwr8wkyz8q6z5764ik3dm87as194g78l8xggplnv"))))
(build-system gnu-build-system)
(inputs
(list gnutls libidn2 libpsl))