Merge pull request #299948 from fabaff/tesla-fleet-api-bump

python312Packages.tesla-fleet-api: 0.5.1 -> 0.5.3
This commit is contained in:
Fabian Affolter 2024-03-29 18:13:17 +01:00 committed by GitHub
commit 50bb1bcf8c
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 2 additions and 2 deletions

View File

@ -9,7 +9,7 @@
buildPythonPackage rec {
pname = "tesla-fleet-api";
version = "0.5.1";
version = "0.5.3";
pyproject = true;
disabled = pythonOlder "3.10";
@ -18,7 +18,7 @@ buildPythonPackage rec {
owner = "Teslemetry";
repo = "python-tesla-fleet-api";
rev = "refs/tags/v${version}";
hash = "sha256-PbtOokzpJ58SpQOfpSyoDnUb8qcRvy0XPDR5cGMMbKU=";
hash = "sha256-rVxrMgp1V8wlDE+PGGiyZbpe4OuU2LT/LFYQ6m6k98o=";
};
build-system = [