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