gnu: speedtest-cli: Update to 2.0.0.

* gnu/packages/networking.scm (speedtest-cli): Update to 2.0.0.
master
Efraim Flashner 2018-05-13 20:47:30 +03:00
parent aa8ac02944
commit fb8aff71cb
No known key found for this signature in database
GPG Key ID: 41AAE7DCCA3D8351
1 changed files with 2 additions and 2 deletions

View File

@ -1331,7 +1331,7 @@ networks.")
(define-public speedtest-cli (define-public speedtest-cli
(package (package
(name "speedtest-cli") (name "speedtest-cli")
(version "1.0.7") (version "2.0.0")
(source (source
(origin (origin
(method url-fetch) (method url-fetch)
@ -1340,7 +1340,7 @@ networks.")
(file-name (string-append name "-" version ".tar.gz")) (file-name (string-append name "-" version ".tar.gz"))
(sha256 (sha256
(base32 (base32
"1fbq4kpx8sj50g74hwpixisfjjgxq6zyn40d3m28dxhn7mxbnlrq")))) "16kcpba7nmszz2h0fq7qvv6src20syck2wlknaacg69kk88aybbk"))))
(build-system python-build-system) (build-system python-build-system)
(home-page "https://github.com/sivel/speedtest-cli") (home-page "https://github.com/sivel/speedtest-cli")
(synopsis "Internet bandwidth tester") (synopsis "Internet bandwidth tester")