python3Packages.tesla-fleet-api: 1.2.3 -> 1.2.4

This commit is contained in:
R. Ryantm
2025-08-23 09:01:33 +00:00
parent 597354df74
commit 0e683c50bb
@@ -15,7 +15,7 @@
buildPythonPackage rec {
pname = "tesla-fleet-api";
version = "1.2.3";
version = "1.2.4";
pyproject = true;
disabled = pythonOlder "3.10";
@@ -24,7 +24,7 @@ buildPythonPackage rec {
owner = "Teslemetry";
repo = "python-tesla-fleet-api";
tag = "v${version}";
hash = "sha256-mNqntKsZeUZOhfquyaA+6IC29XnCf/a5FIm0cFzHg/M=";
hash = "sha256-h6MGYzDNzEss5FIf+2J5oROQw/7OVLpkXuheYKd4BrQ=";
};
build-system = [ setuptools ];