Fabian Affolter 2024-04-06 10:17:25 +02:00
parent fe4295b9ec
commit ad19fcbd8c
1 changed files with 7 additions and 2 deletions

View File

@ -9,7 +9,7 @@
buildPythonPackage rec {
pname = "aiopvapi";
version = "3.1.0";
version = "3.1.1";
pyproject = true;
disabled = pythonOlder "3.7";
@ -18,7 +18,7 @@ buildPythonPackage rec {
owner = "sander76";
repo = "aio-powerview-api";
rev = "refs/tags/v${version}";
hash = "sha256-nJjYGPxpnbq/8XFmLKbMU71buFdaNUj7PQES5FnlN3o=";
hash = "sha256-WtTqtVr1oL86dpsAIK55pbXWU4X/cajVLlggd6hfM4c=";
};
build-system = [
@ -37,6 +37,11 @@ buildPythonPackage rec {
"aiopvapi"
];
disabledTests = [
# AssertionError
"test_remove_shade_from_scene"
];
meta = with lib; {
description = "Python API for the PowerView API";
homepage = "https://github.com/sander76/aio-powerview-api";