python3Packages.tesla-fleet-api: 1.1.3 -> 1.2.0

This commit is contained in:
R. Ryantm 2025-06-21 22:52:47 +00:00
parent 379f765fb8
commit e49088e09a

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 ];