11 buildPythonPackage rec {
19 inherit pname version;
20 hash = "sha256-BtB1CniEsR4OjiDOC8fG1O1fF0PUVmlTQNE/3/lQAaY=";
34 downloadPage = "https://github.com/simpx/simpy";
35 homepage = "https://simpy.readthedocs.io/en/${version}/";
36 description = "Process-based discrete-event simulation framework based on standard Python";
37 license = [ licenses.mit ];
38 maintainers = with maintainers; [ dmrauh shlevy ];