Merge pull request #329056 from r-ryantm/auto-update/python312Packages.renault-api

python312Packages.renault-api: 0.2.4 -> 0.2.5
This commit is contained in:
Fabian Affolter 2024-07-22 09:13:15 +02:00 committed by GitHub
commit 06a7846acf
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -19,7 +19,7 @@
buildPythonPackage rec {
pname = "renault-api";
version = "0.2.4";
version = "0.2.5";
pyproject = true;
disabled = pythonOlder "3.7";
@ -28,7 +28,7 @@ buildPythonPackage rec {
owner = "hacf-fr";
repo = "renault-api";
rev = "refs/tags/v${version}";
hash = "sha256-dr830PDGiTpiWCHsgxDspVyk6isOVsdGhB/jL96CDic=";
hash = "sha256-PBNiYfWcPx3AorpYmNiPGC8MAE8efQOwdtaY8dH1wTs=";
};
build-system = [ poetry-core ];