python311Packages.ipyparallel: 8.7.0 -> 8.8.0

Changelog: https://github.com/ipython/ipyparallel/blob/8.8.0/docs/source/changelog.md
This commit is contained in:
natsukium 2024-04-07 21:37:54 +09:00
parent 32c0dbee24
commit 76f338721b
No known key found for this signature in database
GPG Key ID: 9EA45A31DB994C53

View File

@ -18,14 +18,14 @@
buildPythonPackage rec {
pname = "ipyparallel";
version = "8.7.0";
version = "8.8.0";
pyproject = true;
disabled = pythonOlder "3.8";
src = fetchPypi {
inherit pname version;
hash = "sha256-QDwJca5Wwrajn/6PNfMcf9FwzhJ5JGKUWc3X96C058M=";
hash = "sha256-JATVn4ajqqO9J79rV993e/9cE2PBxuYEA3WdFu1C3Hs=";
};
# We do not need the jupyterlab build dependency, because we do not need to