Merge pull request #297450 from r-ryantm/auto-update/python312Packages.tesla-fleet-api

python312Packages.tesla-fleet-api: 0.4.9 -> 0.5.0
This commit is contained in:
Fabian Affolter 2024-03-20 14:25:41 +01:00 committed by GitHub
commit 65c8c9eb41
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.4.9";
version = "0.5.0";
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-GiDhVN6aBj0yeIg596ox2ES28Dca81pVnsYWvc1SZ+A=";
hash = "sha256-IRUH3qWRJoCEvzkkR8/qH5i735B030CLKKRRWO9DVuI=";
};
nativeBuildInputs = [