gnu: speedtest-cli: Update to 2.0.2.

* gnu/packages/networking.scm (speedtest-cli): Update to 2.0.2.
[source]: Switch to a git checkout.
This commit is contained in:
Efraim Flashner 2018-06-12 10:45:47 +03:00
parent 5b47ea9462
commit b37404740e
No known key found for this signature in database
GPG key ID: 41AAE7DCCA3D8351

View file

@ -1350,16 +1350,17 @@ (define-public python2-ipy
(define-public speedtest-cli
(package
(name "speedtest-cli")
(version "2.0.0")
(version "2.0.2")
(source
(origin
(method url-fetch)
(uri (string-append
"https://github.com/sivel/speedtest-cli/archive/v" version ".tar.gz"))
(file-name (string-append name "-" version ".tar.gz"))
(method git-fetch)
(uri (git-reference
(url "https://github.com/sivel/speedtest-cli")
(commit (string-append "v" version))))
(file-name (git-file-name name version))
(sha256
(base32
"16kcpba7nmszz2h0fq7qvv6src20syck2wlknaacg69kk88aybbk"))))
"0vv2z37g2kgm2dzkfa4bhri92hs0d1acxi8z66gznsl5148q7sdi"))))
(build-system python-build-system)
(home-page "https://github.com/sivel/speedtest-cli")
(synopsis "Internet bandwidth tester")