···19192020buildPythonPackage rec {
2121 pname = "ipyparallel";
2222- version = "9.0.0";
2222+ version = "9.0.1";
2323 pyproject = true;
24242525 disabled = pythonOlder "3.8";
26262727 src = fetchPypi {
2828 inherit pname version;
2929- hash = "sha256-cGAcuvmhadNQ/+IsgtW73+bf5MTfAoNtmZDpxVm1vLY=";
2929+ hash = "sha256-LlksrSIAxalPu/9jm/825uyRIvNLNrL8a01njZ6Y8pw=";
3030 };
31313232 # We do not need the jupyterlab build dependency, because we do not need to