python311Packages.tesla-fleet-api: 0.2.3 -> 0.2.5

This commit is contained in:
R. Ryantm
2024-02-02 23:29:22 +00:00
parent 237e77803e
commit fc134ca92f
@@ -8,7 +8,7 @@
buildPythonPackage rec {
pname = "tesla-fleet-api";
version = "0.2.3";
version = "0.2.5";
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-sijFbwHRgTQXurg0bl5vH8NIGb2pR9XIQod7PJ6/rvY=";
hash = "sha256-zQPaOmSGqOeJ5E+m60g4ftXWI9woTxblJjRIocphR5E=";
};
nativeBuildInputs = [