summary refs log tree commit diff
path: root/gnu
diff options
context:
space:
mode:
authorTobias Geerinckx-Rice <me@tobias.gr>2019-12-23 00:57:22 +0100
committerTobias Geerinckx-Rice <me@tobias.gr>2019-12-23 19:45:56 +0100
commitd8a079e2eec5c5c8c692723f8a7fd3955d1fe16f (patch)
treeb5cd677193b74b6bced9b3b36907dc3314374129 /gnu
parenta63209a2a2ac19f44f88db69a11306ff1b55d1d9 (diff)
downloadguix-d8a079e2eec5c5c8c692723f8a7fd3955d1fe16f.tar.gz
gnu: speedtest-cli: Update to 2.1.2.
* gnu/packages/networking.scm (speedtest-cli): Update to 2.1.2.
Diffstat (limited to 'gnu')
-rw-r--r--gnu/packages/networking.scm4
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/networking.scm b/gnu/packages/networking.scm
index 2876ea053a..2eddaa31f5 100644
--- a/gnu/packages/networking.scm
+++ b/gnu/packages/networking.scm
@@ -1675,7 +1675,7 @@ networks.")
 (define-public speedtest-cli
   (package
     (name "speedtest-cli")
-    (version "2.1.1")
+    (version "2.1.2")
     (source
      (origin
        (method git-fetch)
@@ -1684,7 +1684,7 @@ networks.")
              (commit (string-append "v" version))))
        (file-name (git-file-name name version))
        (sha256
-        (base32 "0swm7nbk99w2xf1cb0l3c8y1vm4rqw6785p5j04alyb0g98vqa4b"))))
+        (base32 "1456yly6iym2c9bl6pi4sz8xbw34bm2dxm1vzpydsd6jazwpmy26"))))
     (build-system python-build-system)
     (home-page "https://github.com/sivel/speedtest-cli")
     (synopsis "Internet bandwidth tester")