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:
parent
b0339372cd
commit
67b7e63d41
1 changed files with 2 additions and 2 deletions
|
@ -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
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue