18 buildPythonPackage rec {
23 src = fetchFromGitHub {
26 rev = "refs/tags/${version}";
27 hash = "sha256-Gb6VDHADtqmVXMPwic0NokWm5GmhTpy7g+o/rYxrBZk=";
30 build-system = [ poetry-core ];
32 pythonRelaxDeps = [ "tenacity" ];
42 pythonImportsCheck = [ "nice_go" ];
53 changelog = "https://github.com/IceBotYT/nice-go/blob/${src.rev}/CHANGELOG.md";
54 description = "Control various Nice access control products";
55 homepage = "https://github.com/IceBotYT/nice-go";
56 license = lib.licenses.mit;
57 maintainers = with lib.maintainers; [ dotlambda ];