Merge pull request #198881 from r-ryantm/auto-update/python310Packages.jupyterlab_server

python310Packages.jupyterlab_server: 2.16.1 -> 2.16.2

authored by Fabian Affolter and committed by GitHub 833ff6b8 23748348

+2 -2
+2 -2
pkgs/development/python-modules/jupyterlab_server/default.nix
··· 19 19 20 20 buildPythonPackage rec { 21 21 pname = "jupyterlab_server"; 22 - version = "2.16.1"; 22 + version = "2.16.2"; 23 23 format = "pyproject"; 24 24 25 25 disabled = pythonOlder "3.7"; 26 26 27 27 src = fetchPypi { 28 28 inherit pname version; 29 - hash = "sha256-/g3lWP87tEejLiQJmqfhdET9vIwI9tvAFxyxoK44LT8="; 29 + hash = "sha256-BwB6Ogowv8ZCSyi3bfjWc4bMLV+fQohnc7GzxHPLmj8="; 30 30 }; 31 31 32 32 nativeBuildInputs = [