python3Packages.tesla-fleet-api: 1.0.17 -> 1.1.1

This commit is contained in:
R. Ryantm
2025-06-02 07:58:17 +00:00
parent affc8c31ff
commit 01c3aea0e5
@@ -15,7 +15,7 @@
buildPythonPackage rec {
pname = "tesla-fleet-api";
version = "1.0.17";
version = "1.1.1";
pyproject = true;
disabled = pythonOlder "3.10";
@@ -24,7 +24,7 @@ buildPythonPackage rec {
owner = "Teslemetry";
repo = "python-tesla-fleet-api";
tag = "v${version}";
hash = "sha256-3JLC+GXFNBy7xEPuk/ajVROp6IzZ7Jul+1VyOMB7t58=";
hash = "sha256-ykVes0LXvkwdZRX9g1N9WqzDgKzR5u/YLKkdMC9lR64=";
};
build-system = [ setuptools ];