python311Packages.tesla-fleet-api: 0.4.6 -> 0.4.9
Diff: https://github.com/Teslemetry/python-tesla-fleet-api/compare/refs/tags/v0.4.9...v0.4.9 Changelog: https://github.com/Teslemetry/python-tesla-fleet-api/releases/tag/v0.4.9
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user