python312Packages.ipyparallel: 9.0.0 -> 9.0.1 (#388314)

This commit is contained in:
Nick Cao
2025-03-09 18:25:12 -04:00
committed by GitHub
@@ -19,14 +19,14 @@
buildPythonPackage rec {
pname = "ipyparallel";
version = "9.0.0";
version = "9.0.1";
pyproject = true;
disabled = pythonOlder "3.8";
src = fetchPypi {
inherit pname version;
hash = "sha256-cGAcuvmhadNQ/+IsgtW73+bf5MTfAoNtmZDpxVm1vLY=";
hash = "sha256-LlksrSIAxalPu/9jm/825uyRIvNLNrL8a01njZ6Y8pw=";
};
# We do not need the jupyterlab build dependency, because we do not need to