Clone of https://github.com/NixOS/nixpkgs.git (to stress-test knotserver)

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

authored by Sandro and committed by GitHub 04edc5d3 dc73826d

+2 -2
+2 -2
pkgs/development/python-modules/jupyterlab/default.nix
··· 10 10 11 11 buildPythonPackage rec { 12 12 pname = "jupyterlab"; 13 - version = "3.1.18"; 13 + version = "3.2.3"; 14 14 disabled = pythonOlder "3.5"; 15 15 16 16 src = fetchPypi { 17 17 inherit pname version; 18 - sha256 = "a43733acc3729557fc4758cff55652e52896e42c64c1f12540656ae7f298b806"; 18 + sha256 = "7d74593e52d4dbfacbb98e14cac4bc765ea2cffb1b980675f44930d622871705"; 19 19 }; 20 20 21 21 nativeBuildInputs = [ jupyter-packaging ];