python38Packages.jupyterlab: 3.0.11 -> 3.0.12

authored by

R. RyanTM and committed by
Jonathan Ringer
ad993257 342c7e72

+2 -2
+2 -2
pkgs/development/python-modules/jupyterlab/default.nix
··· 10 11 buildPythonPackage rec { 12 pname = "jupyterlab"; 13 - version = "3.0.11"; 14 disabled = pythonOlder "3.5"; 15 16 src = fetchPypi { 17 inherit pname version; 18 - sha256 = "sha256-zkz08xFjzlGu0BPAGoV8BdQ6k8Ru1pAWbkhkT255R94="; 19 }; 20 21 propagatedBuildInputs = [ jupyterlab_server notebook jupyter-packaging nbclassic ];
··· 10 11 buildPythonPackage rec { 12 pname = "jupyterlab"; 13 + version = "3.0.12"; 14 disabled = pythonOlder "3.5"; 15 16 src = fetchPypi { 17 inherit pname version; 18 + sha256 = "929c60d7fb4aa704084c02d8ededc209b8b378e0b3adab46158b7fa6acc24230"; 19 }; 20 21 propagatedBuildInputs = [ jupyterlab_server notebook jupyter-packaging nbclassic ];