python3Packages.tesla-fleet-api: 1.4.0 -> 1.4.2

https://github.com/Teslemetry/python-tesla-fleet-api/releases/tag/v1.4.2

This commit was automatically generated using update-python-libraries.
This commit is contained in:
Martin Weinelt
2026-02-01 17:39:03 +01:00
parent c7450dade0
commit 96017fed94
@@ -15,14 +15,14 @@
buildPythonPackage rec {
pname = "tesla-fleet-api";
version = "1.4.0";
version = "1.4.2";
pyproject = true;
src = fetchFromGitHub {
owner = "Teslemetry";
repo = "python-tesla-fleet-api";
tag = "v${version}";
hash = "sha256-ey0HJw1IE6vNmTeUN26Vusz6D+90hSzgvx1hJ7O5QOc=";
hash = "sha256-qDYa7GVJokr/0ZmSC5pusc/I5CX9Pras2+dZI2MRXzk=";
};
build-system = [ setuptools ];