Loading pkgs/development/python-modules/tesla-fleet-api/default.nix +8 −2 Original line number Diff line number Diff line { lib, aiofiles, aiohttp, aiolimiter, buildPythonPackage, cryptography, fetchFromGitHub, protobuf, pythonOlder, setuptools, }: buildPythonPackage rec { pname = "tesla-fleet-api"; version = "0.7.8"; version = "0.8.4"; pyproject = true; disabled = pythonOlder "3.10"; Loading @@ -19,14 +22,17 @@ buildPythonPackage rec { owner = "Teslemetry"; repo = "python-tesla-fleet-api"; rev = "refs/tags/v${version}"; hash = "sha256-jExS2bnxz35mqzN2f6qrqInpoNWGUYLzueKeXp//9/8="; hash = "sha256-tPMX8zmiwNF/j4FdOU/cWROrBCensfLKfl1A8ouF+0Y="; }; build-system = [ setuptools ]; dependencies = [ aiofiles aiohttp aiolimiter cryptography protobuf ]; # Module has no tests Loading Loading
pkgs/development/python-modules/tesla-fleet-api/default.nix +8 −2 Original line number Diff line number Diff line { lib, aiofiles, aiohttp, aiolimiter, buildPythonPackage, cryptography, fetchFromGitHub, protobuf, pythonOlder, setuptools, }: buildPythonPackage rec { pname = "tesla-fleet-api"; version = "0.7.8"; version = "0.8.4"; pyproject = true; disabled = pythonOlder "3.10"; Loading @@ -19,14 +22,17 @@ buildPythonPackage rec { owner = "Teslemetry"; repo = "python-tesla-fleet-api"; rev = "refs/tags/v${version}"; hash = "sha256-jExS2bnxz35mqzN2f6qrqInpoNWGUYLzueKeXp//9/8="; hash = "sha256-tPMX8zmiwNF/j4FdOU/cWROrBCensfLKfl1A8ouF+0Y="; }; build-system = [ setuptools ]; dependencies = [ aiofiles aiohttp aiolimiter cryptography protobuf ]; # Module has no tests Loading