python3Packages.renault-api: 0.5.6 -> 0.5.7

This commit is contained in:
R. Ryantm
2026-03-27 02:37:16 +00:00
parent ca19b8723a
commit 193df32f51
@@ -19,14 +19,14 @@
buildPythonPackage (finalAttrs: {
pname = "renault-api";
version = "0.5.6";
version = "0.5.7";
pyproject = true;
src = fetchFromGitHub {
owner = "hacf-fr";
repo = "renault-api";
tag = "v${finalAttrs.version}";
hash = "sha256-tKq4PB1mthUvlocpJ3slxKhzKpSOq4kVrjN8E9K+PSI=";
hash = "sha256-12xeTaGwKRELbMVmzjhlPm0xnkmVTHUJC2zE0Xkne9s=";
};
build-system = [ poetry-core ];