python3Packages.jupyterlab_server: 2.10.3 -> 2.12.0

This commit is contained in:
Martin Weinelt 2022-03-31 01:05:10 +02:00
parent fb57e5f725
commit efcdb7966b

View file

@ -16,12 +16,12 @@
buildPythonPackage rec {
pname = "jupyterlab_server";
version = "2.10.3";
version = "2.12.0";
disabled = pythonOlder "3.6";
src = fetchPypi {
inherit pname version;
sha256 = "3fb84a5813d6d836ceda773fb2d4e9ef3c7944dbc1b45a8d59d98641a80de80a";
sha256 = "sha256-AOD0tMOZ9Vk4Mj6hDPktkVKI/hJ1PjXRBp9soItyq78=";
};
postPatch = ''