gnu: speedtest-cli: Update to 1.0.5.

* gnu/packages/networking.scm (speedtest-cli): Update to 1.0.5.

Signed-off-by: Efraim Flashner <efraim@flashner.co.il>
This commit is contained in:
Mathieu Othacehe 2017-04-24 18:46:24 +02:00 committed by Efraim Flashner
parent b2955e224e
commit a2a15f6b21
No known key found for this signature in database
GPG key ID: F4C1D3917EACEE93

View file

@ -1143,7 +1143,7 @@ (define-public python-ipy
(define-public speedtest-cli
(package
(name "speedtest-cli")
(version "1.0.3")
(version "1.0.5")
(source
(origin
(method url-fetch)
@ -1152,7 +1152,7 @@ (define-public speedtest-cli
(file-name (string-append name "-" version ".tar.gz"))
(sha256
(base32
"1v4xd03303mlzmv43qaz3fmskp2prhs1678a5522ia2yqwv98adz"))))
"0y1888492kl21dz69vd526189c5aal3q790jawdb2wph42cz0cq8"))))
(build-system python-build-system)
(home-page "https://github.com/sivel/speedtest-cli")
(synopsis "Internet bandwidth tester")