mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-25 22:08:16 -05:00
gnu: speedtest-cli: Update to 2.1.1.
* gnu/packages/networking.scm (speedtest-cli): Update to 2.1.1.
This commit is contained in:
parent
0a8c2c98fb
commit
ef501bb105
1 changed files with 2 additions and 3 deletions
|
@ -1491,7 +1491,7 @@ (define-public python2-ipy
|
||||||
(define-public speedtest-cli
|
(define-public speedtest-cli
|
||||||
(package
|
(package
|
||||||
(name "speedtest-cli")
|
(name "speedtest-cli")
|
||||||
(version "2.0.2")
|
(version "2.1.1")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method git-fetch)
|
(method git-fetch)
|
||||||
|
@ -1500,8 +1500,7 @@ (define-public speedtest-cli
|
||||||
(commit (string-append "v" version))))
|
(commit (string-append "v" version))))
|
||||||
(file-name (git-file-name name version))
|
(file-name (git-file-name name version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32 "0swm7nbk99w2xf1cb0l3c8y1vm4rqw6785p5j04alyb0g98vqa4b"))))
|
||||||
"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 a new issue