···1819buildPythonPackage rec {
20 pname = "ipyparallel";
21- version = "8.7.0";
22 pyproject = true;
2324 disabled = pythonOlder "3.8";
2526 src = fetchPypi {
27 inherit pname version;
28- hash = "sha256-QDwJca5Wwrajn/6PNfMcf9FwzhJ5JGKUWc3X96C058M=";
29 };
3031 # We do not need the jupyterlab build dependency, because we do not need to
···1819buildPythonPackage rec {
20 pname = "ipyparallel";
21+ version = "8.8.0";
22 pyproject = true;
2324 disabled = pythonOlder "3.8";
2526 src = fetchPypi {
27 inherit pname version;
28+ hash = "sha256-JATVn4ajqqO9J79rV993e/9cE2PBxuYEA3WdFu1C3Hs=";
29 };
3031 # We do not need the jupyterlab build dependency, because we do not need to