me
/
guix
Archived
1
0
Fork 0

gnu: wget: Update to 1.20.1.

* gnu/packages/wget.scm (wget): Update to 1.20.1.
master
Efraim Flashner 2018-12-28 09:34:55 +02:00
parent 842ffcfd2d
commit 54d6096255
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.20")
(version "1.20.1")
(source
(origin
(method url-fetch)
@ -53,7 +53,7 @@
version ".tar.lz"))
(sha256
(base32
"07k8yd8rdn27x5fbzlnsz4db7z7qnisiqhs7r1b5wzy2b9b0zf5h"))))
"0a29qsqxkk8145vkyy35q5a1wc7qzwx3qj3gmfrkmi9xs96yhqqg"))))
(build-system gnu-build-system)
(arguments
'(#:phases (modify-phases %standard-phases