python3Packages.renault-api: 0.4.1 -> 0.5.0

This commit is contained in:
R. Ryantm
2025-11-05 10:01:20 -08:00
committed by Robert Schütz
parent 4d2e7d21bb
commit 8685677061
@@ -20,7 +20,7 @@
buildPythonPackage rec {
pname = "renault-api";
version = "0.4.1";
version = "0.5.0";
pyproject = true;
disabled = pythonOlder "3.8";
@@ -29,7 +29,7 @@ buildPythonPackage rec {
owner = "hacf-fr";
repo = "renault-api";
tag = "v${version}";
hash = "sha256-jnmfCYFtlfnFRMrNHfoiXgL8bael7IKmhuZCj+AOuz8=";
hash = "sha256-0fV7nPerG2b37KmLaDlsBnmZSHBItQbx++nxobvLCRg=";
};
build-system = [ poetry-core ];