gnu: speedtest-cli: Update to 2.1.2.

* gnu/packages/networking.scm (speedtest-cli): Update to 2.1.2.
This commit is contained in:
Tobias Geerinckx-Rice 2019-12-23 00:57:22 +01:00
parent a63209a2a2
commit d8a079e2ee
No known key found for this signature in database
GPG key ID: D889B0F018C5493C

View file

@ -1675,7 +1675,7 @@ (define-public python2-ipy
(define-public speedtest-cli (define-public speedtest-cli
(package (package
(name "speedtest-cli") (name "speedtest-cli")
(version "2.1.1") (version "2.1.2")
(source (source
(origin (origin
(method git-fetch) (method git-fetch)
@ -1684,7 +1684,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 "0swm7nbk99w2xf1cb0l3c8y1vm4rqw6785p5j04alyb0g98vqa4b")))) (base32 "1456yly6iym2c9bl6pi4sz8xbw34bm2dxm1vzpydsd6jazwpmy26"))))
(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")