python313Packages.tesla-fleet-api: 1.2.5 -> 1.2.7 (#470770)

This commit is contained in:
Fabian Affolter
2025-12-14 18:54:18 +00:00
committed by GitHub
@@ -10,18 +10,19 @@
fetchFromGitHub,
protobuf,
setuptools,
typing-extensions,
}:
buildPythonPackage rec {
pname = "tesla-fleet-api";
version = "1.2.5";
version = "1.2.7";
pyproject = true;
src = fetchFromGitHub {
owner = "Teslemetry";
repo = "python-tesla-fleet-api";
tag = "v${version}";
hash = "sha256-7Diq7xT8tPO4fXp7qsFXWtWExqm2vctoOtPvlCuWOKg=";
hash = "sha256-wZS/o795v5luHdSKBDnEgPeX8HQdN190UQspXJV/dQE=";
};
build-system = [ setuptools ];
@@ -34,6 +35,7 @@ buildPythonPackage rec {
bleak-retry-connector
cryptography
protobuf
typing-extensions
];
# Module has no tests