python3Packages.victron-vrm: 0.1.8 -> 0.1.11
https://github.com/KSoft-Si/vrm-client/releases/tag/v0.1.11 This commit was automatically generated using update-python-libraries.
This commit is contained in:
@@ -8,18 +8,19 @@
|
||||
pytest-asyncio,
|
||||
pytestCheckHook,
|
||||
pytz,
|
||||
victron-mqtt,
|
||||
}:
|
||||
|
||||
buildPythonPackage rec {
|
||||
pname = "victron-vrm";
|
||||
version = "0.1.8";
|
||||
version = "0.1.11";
|
||||
pyproject = true;
|
||||
|
||||
src = fetchFromGitHub {
|
||||
owner = "KSoft-Si";
|
||||
repo = "vrm-client";
|
||||
tag = "v${version}";
|
||||
hash = "sha256-NxkMUwiFD8C7Nrtd7cjoFvdkbAOJkIIt+TPtkous8Nc=";
|
||||
hash = "sha256-t8YwoQzrcxX24xN2luvJLYaIZSoD3+guYETWeYE4tRw=";
|
||||
};
|
||||
|
||||
build-system = [ hatchling ];
|
||||
@@ -28,8 +29,11 @@ buildPythonPackage rec {
|
||||
aiohttp
|
||||
pydantic
|
||||
pytz
|
||||
victron-mqtt
|
||||
];
|
||||
|
||||
pythonRelaxDeps = [ "victron-mqtt" ];
|
||||
|
||||
pythonImportsCheck = [ "victron_vrm" ];
|
||||
|
||||
nativeCheckInputs = [
|
||||
|
||||
Reference in New Issue
Block a user