Fabian Affolter
2024-03-05 09:41:17 +01:00
parent c44c76a75d
commit a840dce7a6
@@ -1,14 +1,15 @@
{ lib
, aiohttp
, aiolimiter
, buildPythonPackage
, fetchFromGitHub
, setuptools
, pythonOlder
, aiohttp
, setuptools
}:
buildPythonPackage rec {
pname = "tesla-fleet-api";
version = "0.4.6";
version = "0.4.9";
pyproject = true;
disabled = pythonOlder "3.10";
@@ -17,7 +18,7 @@ buildPythonPackage rec {
owner = "Teslemetry";
repo = "python-tesla-fleet-api";
rev = "refs/tags/v${version}";
hash = "sha256-4IXLtQyEi4R7aakaLCl9jpm3D/Es3wLIwigSTYK12kg=";
hash = "sha256-GiDhVN6aBj0yeIg596ox2ES28Dca81pVnsYWvc1SZ+A=";
};
nativeBuildInputs = [
@@ -26,6 +27,7 @@ buildPythonPackage rec {
propagatedBuildInputs = [
aiohttp
aiolimiter
];
# Module has no tests