python312Packages.renault-api: 0.2.7 -> 0.2.8

This commit is contained in:
R. Ryantm
2024-12-03 08:57:48 +00:00
parent afd9ca8bf0
commit 8091222589
@@ -19,7 +19,7 @@
buildPythonPackage rec {
pname = "renault-api";
version = "0.2.7";
version = "0.2.8";
pyproject = true;
disabled = pythonOlder "3.8";
@@ -28,7 +28,7 @@ buildPythonPackage rec {
owner = "hacf-fr";
repo = "renault-api";
rev = "refs/tags/v${version}";
hash = "sha256-tke2bE+djV1N70meMOytYmbPmYDN8fU+Da81Mf6nNAI=";
hash = "sha256-j9KF2vqDZqQ35mDW/Qx6uy8H9hwuwBYfdcDXD1Cs7rQ=";
};
build-system = [ poetry-core ];