python312Packages.jupyterlab: 4.2.3 -> 4.2.4

Changelog: https://github.com/jupyterlab/jupyterlab/blob/v4.2.4/CHANGELOG.md
(cherry picked from commit af0897b395)
This commit is contained in:
natsukium
2024-07-25 20:34:51 +09:00
parent 9653879429
commit 7853547f7d

View File

@@ -21,14 +21,14 @@
buildPythonPackage rec {
pname = "jupyterlab";
version = "4.2.3";
version = "4.2.4";
pyproject = true;
disabled = pythonOlder "3.8";
src = fetchPypi {
inherit pname version;
hash = "sha256-325Glp6lHWaBUWfyPZLxBUI7fx8G+mBNT0SusBjILHs=";
hash = "sha256-NDqXn7lYL9CMhRGCPjIHAygc0HKgBJvNr9x6/tp/JTc=";
};
build-system = [