python3Packages.jupyterlab: 4.0.3 -> 4.0.6

This commit is contained in:
Martin Weinelt 2023-09-15 14:06:22 +02:00
parent b984e5764f
commit 1702e3e5e3

View file

@ -20,14 +20,14 @@
buildPythonPackage rec {
pname = "jupyterlab";
version = "4.0.3";
version = "4.0.6";
format = "pyproject";
disabled = pythonOlder "3.8";
src = fetchPypi {
inherit pname version;
hash = "sha256-4U0c5GphMCgRHQ1Hah19awlAA7dGK6xmn1tHgxeryzk=";
hash = "sha256-bEOuWmof0v36/LNFQASVi95tp2Mxq7RM/8b55Daxm6E=";
};
nativeBuildInputs = [