python310Packages.jupyterlab: 3.3.2 -> 3.3.3 (#167705)

This commit is contained in:
R. RyanTM
2022-04-11 16:28:29 +02:00
committed by GitHub
parent 542f7f8330
commit e56a8b16eb
@@ -10,14 +10,14 @@
buildPythonPackage rec {
pname = "jupyterlab";
version = "3.3.2";
version = "3.3.3";
format = "setuptools";
disabled = pythonOlder "3.7";
src = fetchPypi {
inherit pname version;
sha256 = "sha256-PHFr9VkssoxcVcYVxuW9PvxxiY9pV9E3GbVkeLu7WHo=";
sha256 = "sha256-KU1nEmAVujl/axyAVj3uyGLkfgQmI4Ubvip9hw1p62o=";
};
nativeBuildInputs = [