python313Packages.tesla-fleet-api: 0.9.5 -> 0.9.8 (#379525)

This commit is contained in:
Fabian Affolter
2025-02-06 18:55:21 +01:00
committed by Martin Weinelt
parent 1bb0471b45
commit 7b013ec2bd
@@ -13,7 +13,7 @@
buildPythonPackage rec {
pname = "tesla-fleet-api";
version = "0.9.5";
version = "0.9.8";
pyproject = true;
disabled = pythonOlder "3.10";
@@ -22,7 +22,7 @@ buildPythonPackage rec {
owner = "Teslemetry";
repo = "python-tesla-fleet-api";
tag = "v${version}";
hash = "sha256-45EfV6lqhOn8sorhyzUBKOj6xtd9OzYxB7SLK07IQ08=";
hash = "sha256-Bm+euNX0n2proyc0DCyYcc7lUlx/YhRWpPInWPr40CY=";
};
build-system = [ setuptools ];