3
0
Fork 0
forked from mirrors/nixpkgs

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

python310Packages.jupyterlab_server: 2.16.0 -> 2.16.1
This commit is contained in:
Fabian Affolter 2022-10-20 09:45:45 +02:00 committed by GitHub
commit ca8f17c025
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.0";
version = "2.16.1";
format = "pyproject";
disabled = pythonOlder "3.7";
src = fetchPypi {
inherit pname version;
hash = "sha256-0bo0LPfoQ+yyw6Pf4z3hS4Nd+Xiqe0Ecqt3/lacr0so=";
hash = "sha256-/g3lWP87tEejLiQJmqfhdET9vIwI9tvAFxyxoK44LT8=";
};
nativeBuildInputs = [