7 buildPythonPackage rec {
13 inherit pname version;
14 sha256 = "cdc9af732f4ca5badbf732499775575c4f815c73f857720c0a61a3fc80257f7a";
20 pythonImportsCheck = [ "sacn" ];
23 description = "A simple ANSI E1.31 (aka sACN) module for python";
24 homepage = "https://github.com/Hundemeier/sacn";
25 license = licenses.mit;
26 maintainers = with maintainers; [ hexa ];