me
/
guix
Archived
1
0
Fork 0

gnu: wget: Update to 1.19.1.

* gnu/packages/wget.scm (wget): Update to 1.19.1.
master
Marius Bakke 2017-02-12 21:20:35 +01:00
parent 358dae1625
commit 43f10b5e74
No known key found for this signature in database
GPG Key ID: A2A06DF2A33A54FA
1 changed files with 2 additions and 2 deletions

View File

@ -33,7 +33,7 @@
(define-public wget
(package
(name "wget")
(version "1.19")
(version "1.19.1")
(source
(origin
(method url-fetch)
@ -41,7 +41,7 @@
version ".tar.xz"))
(sha256
(base32
"1133c14g19ysv74j7am66jwgwrr0rdn0rdyxw7rikbnsyjxmf48g"))))
"1ljcfhbkdsd0zjfm520rbl1ai62fc34i7c45sfj244l8f6b0p58c"))))
(build-system gnu-build-system)
(inputs
`(("gnutls" ,gnutls)