python3Packages.ipyparallel: 9.0.1 -> 9.0.2 (#450643)

This commit is contained in:
Nick Cao
2025-10-10 20:58:14 +00:00
committed by GitHub
@@ -19,14 +19,14 @@
buildPythonPackage rec {
pname = "ipyparallel";
version = "9.0.1";
version = "9.0.2";
pyproject = true;
disabled = pythonOlder "3.8";
src = fetchPypi {
inherit pname version;
hash = "sha256-LlksrSIAxalPu/9jm/825uyRIvNLNrL8a01njZ6Y8pw=";
hash = "sha256-2ZLt1pipnUXy2QWa8cmujwhtGu7bPoBDYCmi8o0Gn4M=";
};
# We do not need the jupyterlab build dependency, because we do not need to