gnu: speedtest-cli: Update to 2.1.3.

* gnu/packages/networking.scm (speedtest-cli): Update to 2.1.3.
This commit is contained in:
Tobias Geerinckx-Rice 2021-04-09 17:38:58 +02:00
parent ececdfc878
commit 24f69e797d
No known key found for this signature in database
GPG key ID: 0DB0FF884F556D79

View file

@ -2494,7 +2494,7 @@ (define-public python2-ipy
(define-public speedtest-cli
(package
(name "speedtest-cli")
(version "2.1.2")
(version "2.1.3")
(source
(origin
(method git-fetch)
@ -2503,7 +2503,7 @@ (define-public speedtest-cli
(commit (string-append "v" version))))
(file-name (git-file-name name version))
(sha256
(base32 "1456yly6iym2c9bl6pi4sz8xbw34bm2dxm1vzpydsd6jazwpmy26"))))
(base32 "10fazl4kwf41mk7pnwpfms16n0ii0kg9pf8r3mz9xwnl9y04mv9x"))))
(build-system python-build-system)
(home-page "https://github.com/sivel/speedtest-cli")
(synopsis "Internet bandwidth tester")