python312Packages.renault-api: 0.2.6 -> 0.2.7

Diff: https://github.com/hacf-fr/renault-api/compare/refs/tags/v0.2.6...v0.2.7

Changelog: https://github.com/hacf-fr/renault-api/releases/tag/v0.2.7
This commit is contained in:
Robert Schütz 2024-09-03 16:29:31 -07:00
parent 634043a18a
commit 878a46e7a7

View File

@ -19,16 +19,16 @@
buildPythonPackage rec {
pname = "renault-api";
version = "0.2.6";
version = "0.2.7";
pyproject = true;
disabled = pythonOlder "3.7";
disabled = pythonOlder "3.8";
src = fetchFromGitHub {
owner = "hacf-fr";
repo = "renault-api";
rev = "refs/tags/v${version}";
hash = "sha256-opxEQIpZkaSWglPh4gwLJIi89B/ooHlwc9nKZRIS/j8=";
hash = "sha256-tke2bE+djV1N70meMOytYmbPmYDN8fU+Da81Mf6nNAI=";
};
build-system = [ poetry-core ];