0
0
Fork 0
mirror of https://github.com/NixOS/nixpkgs.git synced 2025-07-13 21:50:33 +03:00

python3Packages.speedtest-cli: 2.1.2 -> 2.1.3

This commit is contained in:
Martin Weinelt 2021-04-09 01:25:49 +02:00
parent b0339372cd
commit 67b7e63d41
No known key found for this signature in database
GPG key ID: 87C1E9888F856759

View file

@ -7,11 +7,11 @@
# required for home-assistant # required for home-assistant
buildPythonPackage rec { buildPythonPackage rec {
pname = "speedtest-cli"; pname = "speedtest-cli";
version = "2.1.2"; version = "2.1.3";
src = fetchPypi { src = fetchPypi {
inherit pname version; inherit pname version;
sha256 = "0m1fpsb318mrpliw026a7nhx8iky306rmfi565734k7r49i3h7fg"; sha256 = "1w4h7m0isbvfy4zx6m5j4594p5y4pjbpzsr0h4yzmdgd7hip69sy";
}; };
# tests require working internet connection # tests require working internet connection