python3Packages.jupyterlab: 3.2.3 -> 3.2.4

This commit is contained in:
Jonathan Ringer 2021-11-25 14:46:56 -08:00
parent 3a2b069e46
commit e57d6c9f4c
No known key found for this signature in database
GPG Key ID: 5C841D3CFDFEC4E0

View File

@ -10,12 +10,12 @@
buildPythonPackage rec {
pname = "jupyterlab";
version = "3.2.3";
version = "3.2.4";
disabled = pythonOlder "3.5";
src = fetchPypi {
inherit pname version;
sha256 = "7d74593e52d4dbfacbb98e14cac4bc765ea2cffb1b980675f44930d622871705";
sha256 = "f692e0d95338d60f72dde660f16f3955a087775c59ec541ddb25952e3f97e9b1";
};
nativeBuildInputs = [ jupyter-packaging ];