Merge pull request #161481 from fabaff/bump-renault-api

python3Packages.renault-api: 0.1.8 -> 0.1.9
This commit is contained in:
Fabian Affolter
2022-02-23 11:37:06 +01:00
committed by GitHub
@@ -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";