diff options
author | Tobias Geerinckx-Rice <me@tobias.gr> | 2017-10-19 14:19:33 +0200 |
---|---|---|
committer | Tobias Geerinckx-Rice <me@tobias.gr> | 2017-10-20 02:16:51 +0200 |
commit | 57473bfc5187223a8a039f7bb7daf6154aef9333 (patch) | |
tree | fe7653588047e7b582f1cf254fa37e38aa2b102a /gnu/packages/networking.scm | |
parent | 47b85a69c0ab9d9e77fcf1e48b2f3e0a1172b2a1 (diff) |
gnu: speedtest-cli: Update to 1.0.7.
* gnu/packages/networking.scm (speedtest-cli): Update to 1.0.7.
Diffstat (limited to 'gnu/packages/networking.scm')
-rw-r--r-- | gnu/packages/networking.scm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/networking.scm b/gnu/packages/networking.scm index 633b8ca43e..79666a93d8 100644 --- a/gnu/packages/networking.scm +++ b/gnu/packages/networking.scm @@ -1267,7 +1267,7 @@ networks.") (define-public speedtest-cli (package (name "speedtest-cli") - (version "1.0.6") + (version "1.0.7") (source (origin (method url-fetch) @@ -1276,7 +1276,7 @@ networks.") (file-name (string-append name "-" version ".tar.gz")) (sha256 (base32 - "1alambi1ljng6j04k7pq58jqwd0wh1q9630f17nl34ljabji5lwy")))) + "1fbq4kpx8sj50g74hwpixisfjjgxq6zyn40d3m28dxhn7mxbnlrq")))) (build-system python-build-system) (home-page "https://github.com/sivel/speedtest-cli") (synopsis "Internet bandwidth tester") |