8 buildPythonPackage rec {
11 format = "setuptools";
13 disabled = pythonOlder "3.8";
16 inherit pname version;
17 sha256 = "sha256-A7tfY+aFzhfruCZ43usj1/CsTejbPMzHM8SYrY/TU1s=";
20 propagatedBuildInputs = [
27 pythonImportsCheck = [
32 description = "Python module for interacting with the Govee API";
33 homepage = "https://github.com/arcanearronax/govee_lights";
34 license = licenses.mit;
35 maintainers = with maintainers; [ fab ];