python3Packages.tesla-fleet-api: 1.1.3 -> 1.2.0 (#418863)

This commit is contained in:
dotlambda 2025-06-22 11:13:03 -07:00 committed by GitHub
commit b1a53f6033
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -15,7 +15,7 @@
buildPythonPackage rec {
pname = "tesla-fleet-api";
version = "1.1.3";
version = "1.2.0";
pyproject = true;
disabled = pythonOlder "3.10";
@ -24,7 +24,7 @@ buildPythonPackage rec {
owner = "Teslemetry";
repo = "python-tesla-fleet-api";
tag = "v${version}";
hash = "sha256-1jh4NfIuuP5GMwIc/0Nr1aXuyWyrHPTQ9ZTCJPDDtn0=";
hash = "sha256-z7oniC58MpWlz/IGd2oRWgoj5yAL/gaDHGotLKK2CVc=";
};
build-system = [ setuptools ];