python312Packages.renault-api: 0.2.8 -> 0.2.9

Diff: https://github.com/hacf-fr/renault-api/compare/refs/tags/v0.2.8...v0.2.9

Changelog: https://github.com/hacf-fr/renault-api/releases/tag/v0.2.9
This commit is contained in:
Fabian Affolter
2025-01-06 23:15:23 +01:00
parent 58f12ee8a6
commit 72b587903a
@@ -19,7 +19,7 @@
buildPythonPackage rec {
pname = "renault-api";
version = "0.2.8";
version = "0.2.9";
pyproject = true;
disabled = pythonOlder "3.8";
@@ -28,7 +28,7 @@ buildPythonPackage rec {
owner = "hacf-fr";
repo = "renault-api";
tag = "v${version}";
hash = "sha256-j9KF2vqDZqQ35mDW/Qx6uy8H9hwuwBYfdcDXD1Cs7rQ=";
hash = "sha256-Y+KFC/g0zJ1Ng3LnMsStN2jOsnjKLzYLyvM+fDmzdGQ=";
};
build-system = [ poetry-core ];