gnu: speedtest-cli: Update to 1.0.7.

* gnu/packages/networking.scm (speedtest-cli): Update to 1.0.7.
This commit is contained in:
Tobias Geerinckx-Rice 2017-10-19 14:19:33 +02:00
parent 47b85a69c0
commit 57473bfc51
No known key found for this signature in database
GPG Key ID: 0DB0FF884F556D79
1 changed files with 2 additions and 2 deletions

View File

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