14 buildPythonPackage rec {
17 disabled = pythonOlder "3.7";
19 src = fetchFromGitHub {
23 sha256 = "1adh23v4c9kia3ddqdq0brksd5rhgh4ff7l5hil8klx4dmkrjfz3";
26 propagatedBuildInputs = [
39 pythonImportsCheck = [ "wled" ];
42 description = "Asynchronous Python client for WLED";
43 homepage = "https://github.com/frenck/python-wled";
44 license = licenses.mit;
45 maintainers = with maintainers; [ hexa ];