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:
parent
5b47ea9462
commit
b37404740e
|
@ -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")
|
||||||
|
|
Loading…
Reference in New Issue