python311Packages.jupyterlab: 4.0.11 -> 4.0.12

Changelog: https://github.com/jupyterlab/jupyterlab/blob/v4.0.12/CHANGELOG.md
This commit is contained in:
natsukium 2024-02-03 14:14:00 +09:00
parent 2466770d28
commit a19ebc7dc0
No known key found for this signature in database
GPG Key ID: 9EA45A31DB994C53

View File

@ -19,14 +19,14 @@
buildPythonPackage rec {
pname = "jupyterlab";
version = "4.0.11";
version = "4.0.12";
pyproject = true;
disabled = pythonOlder "3.8";
src = fetchPypi {
inherit pname version;
hash = "sha256-0a7CRxJWa8JaNiKXiCQneOSYykCIAo4vmqFWuLf9yPw=";
hash = "sha256-ll2S76gqU47XDMs5aNmqu6eIhA2oguE9ewYXgM3tw7c=";
};
nativeBuildInputs = [