Merge pull request #273503 from GaetanLepage/jupyterlab

python311Packages.jupyterlab: 4.0.6 -> 4.0.9
This commit is contained in:
OTABI Tomoya 2023-12-14 12:36:36 +09:00 committed by GitHub
commit b1fa2b763e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -15,19 +15,18 @@
, jinja2
, tomli
, pythonOlder
, jupyter-packaging
}:
buildPythonPackage rec {
pname = "jupyterlab";
version = "4.0.6";
format = "pyproject";
version = "4.0.9";
pyproject = true;
disabled = pythonOlder "3.8";
src = fetchPypi {
inherit pname version;
hash = "sha256-bEOuWmof0v36/LNFQASVi95tp2Mxq7RM/8b55Daxm6E=";
hash = "sha256-nrraQdUmUfYjwMnwad24oh1oSOTIh9jl3cBhMWbtXAs=";
};
nativeBuildInputs = [