python310Packages.jupyterlab: 3.3.3 -> 3.3.4 (#168906)

This commit is contained in:
R. RyanTM 2022-04-17 03:40:52 -07:00 committed by GitHub
parent 89158c89c5
commit d8b455312e
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.3";
version = "3.3.4";
format = "setuptools";
disabled = pythonOlder "3.7";
src = fetchPypi {
inherit pname version;
sha256 = "sha256-KU1nEmAVujl/axyAVj3uyGLkfgQmI4Ubvip9hw1p62o=";
sha256 = "sha256-4ENVhIs9kaxNlcLjhGoEKbM+nC7ceWaPtPxNIS8eUQc=";
};
nativeBuildInputs = [