python3Packages.renault-api: 0.5.11 -> 0.5.12

https://github.com/hacf-fr/renault-api/releases/tag/v0.5.12
This commit is contained in:
Martin Weinelt
2026-06-10 02:14:43 +02:00
parent 5e3e2dccab
commit 42d8623195
@@ -19,14 +19,14 @@
buildPythonPackage (finalAttrs: {
pname = "renault-api";
version = "0.5.11";
version = "0.5.12";
pyproject = true;
src = fetchFromGitHub {
owner = "hacf-fr";
repo = "renault-api";
tag = "v${finalAttrs.version}";
hash = "sha256-rIUG+HuHf5MXxPtOPjMRtRfurm1yUoNuqG494im2dQw=";
hash = "sha256-XUrI03gr3U0wfEXLNGaxGil2tOfXrmeUUuH5lVKF0e0=";
};
build-system = [ poetry-core ];