python3Packages.jupyterlab_server: 2.16.3 -> 2.17.0

This commit is contained in:
Martin Weinelt 2022-12-30 20:13:21 +01:00
parent eb1e7d87f6
commit 3e0539fbc7

View File

@ -19,14 +19,14 @@
buildPythonPackage rec {
pname = "jupyterlab_server";
version = "2.16.3";
version = "2.17.0";
format = "pyproject";
disabled = pythonOlder "3.7";
src = fetchPypi {
inherit pname version;
hash = "sha256-Y1oLF2qQHxk1HAIiGhJOWTF8R29REgBAm32GfospBcM=";
hash = "sha256-pbaSPiqeopn5jeW1DN6Qci10748HE6dcvL+/0/Qa0Fg=";
};
nativeBuildInputs = [