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

python310Packages.jupyterlab_server: 2.16.1 -> 2.16.2
This commit is contained in:
Fabian Affolter 2022-11-01 08:36:34 +01:00 committed by GitHub
commit 833ff6b83c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -19,14 +19,14 @@
buildPythonPackage rec {
pname = "jupyterlab_server";
version = "2.16.1";
version = "2.16.2";
format = "pyproject";
disabled = pythonOlder "3.7";
src = fetchPypi {
inherit pname version;
hash = "sha256-/g3lWP87tEejLiQJmqfhdET9vIwI9tvAFxyxoK44LT8=";
hash = "sha256-BwB6Ogowv8ZCSyi3bfjWc4bMLV+fQohnc7GzxHPLmj8=";
};
nativeBuildInputs = [