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

python312Packages.tesla-fleet-api: 0.5.3 -> 0.5.6
This commit is contained in:
Nick Cao 2024-03-31 10:24:50 -04:00 committed by GitHub
commit 50958f852a
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -9,7 +9,7 @@
buildPythonPackage rec {
pname = "tesla-fleet-api";
version = "0.5.3";
version = "0.5.6";
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-rVxrMgp1V8wlDE+PGGiyZbpe4OuU2LT/LFYQ6m6k98o=";
hash = "sha256-dkxKC0WAgfDvUD9YktRrNCgXpw2+6apfsMVqStZICII=";
};
build-system = [