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

This commit is contained in:
R. RyanTM 2022-04-11 07:28:29 -07:00 committed by GitHub
parent 542f7f8330
commit e56a8b16eb
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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 = [