python310Packages.jupyterlab: 3.4.8 -> 3.5.0

This commit is contained in:
R. Ryantm
2022-10-25 06:19:18 +00:00
parent eb8bbdc773
commit 0ba3ec71be

View File

@@ -10,14 +10,14 @@
buildPythonPackage rec {
pname = "jupyterlab";
version = "3.4.8";
version = "3.5.0";
format = "setuptools";
disabled = pythonOlder "3.7";
src = fetchPypi {
inherit pname version;
sha256 = "sha256-H6+4tlcAXZFgPzw639bZ6OrzP9xgFTf+8JKDMy7+Z8s=";
sha256 = "sha256-4CVWyOobOGljxLRk5GGK7hU8VBawerSBQlyBegMzI6I=";
};
nativeBuildInputs = [