python313Packages.renault-api: 0.5.1 -> 0.5.2

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

Changelog: https://github.com/hacf-fr/renault-api/releases/tag/v0.5.2
This commit is contained in:
Fabian Affolter
2025-12-22 11:06:21 +01:00
parent 6c0e792759
commit 5f98cb18ea
@@ -19,14 +19,14 @@
buildPythonPackage rec {
pname = "renault-api";
version = "0.5.1";
version = "0.5.2";
pyproject = true;
src = fetchFromGitHub {
owner = "hacf-fr";
repo = "renault-api";
tag = "v${version}";
hash = "sha256-FH6x+hknNGgrSHaOt7RTYeuVLqb/DNy7X3065VvcFwA=";
hash = "sha256-7ZvUg2Dgu9hSG1VXDT+YC6PBbylsR4d12ZR66UrPlyE=";
};
build-system = [ poetry-core ];