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

python311Packages.tesla-fleet-api: 0.4.4 -> 0.4.6
This commit is contained in:
Fabian Affolter 2024-02-28 11:04:00 +01:00 committed by GitHub
commit 2fd82d9ae4
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -8,7 +8,7 @@
buildPythonPackage rec {
pname = "tesla-fleet-api";
version = "0.4.4";
version = "0.4.6";
pyproject = true;
disabled = pythonOlder "3.10";
@ -17,7 +17,7 @@ buildPythonPackage rec {
owner = "Teslemetry";
repo = "python-tesla-fleet-api";
rev = "refs/tags/v${version}";
hash = "sha256-80VjSg94gCXzqy6Z/yuDblYgo4TlJdxR+jsOiY/Zhng=";
hash = "sha256-4IXLtQyEi4R7aakaLCl9jpm3D/Es3wLIwigSTYK12kg=";
};
nativeBuildInputs = [