python313Packages.tesla-fleet-api: 0.9.10 -> 0.9.12

Diff: https://github.com/Teslemetry/python-tesla-fleet-api/compare/refs/tags/v0.9.10...0.9.12
This commit is contained in:
Robert Schütz
2025-03-05 23:03:36 +01:00
committed by Martin Weinelt
parent b116c2a68e
commit a7e88a4aa5
@@ -13,7 +13,7 @@
buildPythonPackage rec {
pname = "tesla-fleet-api";
version = "0.9.10";
version = "0.9.12";
pyproject = true;
disabled = pythonOlder "3.10";
@@ -22,7 +22,7 @@ buildPythonPackage rec {
owner = "Teslemetry";
repo = "python-tesla-fleet-api";
tag = "v${version}";
hash = "sha256-JKXGQJwFmcG2+suHpd8LuEgtlpNV6YzxrGBIa8A7InI=";
hash = "sha256-1ir1x/uvcVoad82KaGAMm/S52MT7E5SkiTnUH2cWV34=";
};
build-system = [ setuptools ];