Merge pull request #146042 from r-ryantm/auto-update/python38Packages.jupyterlab

This commit is contained in:
Sandro
2021-11-22 15:41:01 +01:00
committed by GitHub
@@ -10,12 +10,12 @@
buildPythonPackage rec {
pname = "jupyterlab";
version = "3.1.18";
version = "3.2.3";
disabled = pythonOlder "3.5";
src = fetchPypi {
inherit pname version;
sha256 = "a43733acc3729557fc4758cff55652e52896e42c64c1f12540656ae7f298b806";
sha256 = "7d74593e52d4dbfacbb98e14cac4bc765ea2cffb1b980675f44930d622871705";
};
nativeBuildInputs = [ jupyter-packaging ];