python311Packages.jupyterlab-server: 2.25.4 -> 2.26.0

Changelog: https://github.com/jupyterlab/jupyterlab_server/blob/v2.26.0/CHANGELOG.md
This commit is contained in:
natsukium 2024-04-09 22:36:00 +09:00
parent 099f557c42
commit 7935635fc6
No known key found for this signature in database
GPG Key ID: 9EA45A31DB994C53

View File

@ -21,7 +21,7 @@
buildPythonPackage rec { buildPythonPackage rec {
pname = "jupyterlab-server"; pname = "jupyterlab-server";
version = "2.25.4"; version = "2.26.0";
pyproject = true; pyproject = true;
disabled = pythonOlder "3.8"; disabled = pythonOlder "3.8";
@ -29,7 +29,7 @@ buildPythonPackage rec {
src = fetchPypi { src = fetchPypi {
pname = "jupyterlab_server"; pname = "jupyterlab_server";
inherit version; inherit version;
hash = "sha256-IJgZjh6C4NuYJED5tRNhddc76izUKmSAqm/VAssjxPk="; hash = "sha256-mzupHPKDf38ST8o21j88qArOK+1ImKY91H5lmMGrAG8=";
}; };
postPatch = '' postPatch = ''