python3Packages.renault-api: 0.5.0 -> 0.5.1 (#465700)

This commit is contained in:
dotlambda
2025-11-27 18:58:44 +00:00
committed by GitHub
@@ -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 ];