mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-12 06:06:53 -05:00
gnu: speedtest-cli: Update to 2.1.3.
* gnu/packages/networking.scm (speedtest-cli): Update to 2.1.3.
This commit is contained in:
parent
ececdfc878
commit
24f69e797d
1 changed files with 2 additions and 2 deletions
|
@ -2494,7 +2494,7 @@ (define-public python2-ipy
|
||||||
(define-public speedtest-cli
|
(define-public speedtest-cli
|
||||||
(package
|
(package
|
||||||
(name "speedtest-cli")
|
(name "speedtest-cli")
|
||||||
(version "2.1.2")
|
(version "2.1.3")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method git-fetch)
|
(method git-fetch)
|
||||||
|
@ -2503,7 +2503,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 "1456yly6iym2c9bl6pi4sz8xbw34bm2dxm1vzpydsd6jazwpmy26"))))
|
(base32 "10fazl4kwf41mk7pnwpfms16n0ii0kg9pf8r3mz9xwnl9y04mv9x"))))
|
||||||
(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