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
1 changed files with 7 additions and 6 deletions

View File

@ -1350,16 +1350,17 @@ networks.")
(define-public speedtest-cli (define-public speedtest-cli
(package (package
(name "speedtest-cli") (name "speedtest-cli")
(version "2.0.0") (version "2.0.2")
(source (source
(origin (origin
(method url-fetch) (method git-fetch)
(uri (string-append (uri (git-reference
"https://github.com/sivel/speedtest-cli/archive/v" version ".tar.gz")) (url "https://github.com/sivel/speedtest-cli")
(file-name (string-append name "-" version ".tar.gz")) (commit (string-append "v" version))))
(file-name (git-file-name name version))
(sha256 (sha256
(base32 (base32
"16kcpba7nmszz2h0fq7qvv6src20syck2wlknaacg69kk88aybbk")))) "0vv2z37g2kgm2dzkfa4bhri92hs0d1acxi8z66gznsl5148q7sdi"))))
(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")