python312Packages.ipyparallel: 9.0.0 -> 9.0.1

This commit is contained in:
R. Ryantm
2025-03-08 22:44:55 +00:00
parent c1ee262029
commit b8ba94e302
@@ -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