python3Packages.renault-api: 0.1.8 -> 0.1.9

This commit is contained in:
Fabian Affolter 2022-02-23 09:29:59 +01:00
parent 30e4fe39cc
commit 53cdda8bc3

View File

@ -16,7 +16,7 @@
buildPythonPackage rec {
pname = "renault-api";
version = "0.1.8";
version = "0.1.9";
format = "pyproject";
disabled = pythonOlder "3.7";
@ -25,7 +25,7 @@ buildPythonPackage rec {
owner = "hacf-fr";
repo = pname;
rev = "v${version}";
sha256 = "sha256-gGr9yzcEgcte2uYhHzgmqT80JRJyRia31bK/v+42teU=";
sha256 = "sha256-CZDxJ5vgk9I1cRDXoqcrUHu+buPWYVrEcHaRXcyts7I=";
};
nativeBuildInputs = [
@ -47,7 +47,9 @@ buildPythonPackage rec {
pytestCheckHook
];
pythonImportsCheck = [ "renault_api" ];
pythonImportsCheck = [
"renault_api"
];
meta = with lib; {
description = "Python library to interact with the Renault API";