python3Packages.renault-api: 0.5.0 -> 0.5.1

Diff: https://github.com/hacf-fr/renault-api/compare/v0.5.0...v0.5.1

Changelog: https://github.com/hacf-fr/renault-api/releases/tag/v0.5.1
This commit is contained in:
Robert Schütz
2025-11-27 10:50:57 -08:00
parent bc0da6f230
commit 140c3bfbdd
@@ -10,7 +10,6 @@
marshmallow-dataclass,
poetry-core,
pyjwt,
pythonOlder,
pytest-asyncio,
pytestCheckHook,
syrupy,
@@ -20,16 +19,14 @@
buildPythonPackage rec {
pname = "renault-api";
version = "0.5.0";
version = "0.5.1";
pyproject = true;
disabled = pythonOlder "3.8";
src = fetchFromGitHub {
owner = "hacf-fr";
repo = "renault-api";
tag = "v${version}";
hash = "sha256-0fV7nPerG2b37KmLaDlsBnmZSHBItQbx++nxobvLCRg=";
hash = "sha256-FH6x+hknNGgrSHaOt7RTYeuVLqb/DNy7X3065VvcFwA=";
};
build-system = [ poetry-core ];