python38Packages.jupyterlab: 3.0.11 -> 3.0.12

This commit is contained in:
R. RyanTM 2021-03-22 03:34:10 +00:00 committed by Jonathan Ringer
parent 342c7e724e
commit ad993257ce

View File

@ -10,12 +10,12 @@
buildPythonPackage rec { buildPythonPackage rec {
pname = "jupyterlab"; pname = "jupyterlab";
version = "3.0.11"; version = "3.0.12";
disabled = pythonOlder "3.5"; disabled = pythonOlder "3.5";
src = fetchPypi { src = fetchPypi {
inherit pname version; inherit pname version;
sha256 = "sha256-zkz08xFjzlGu0BPAGoV8BdQ6k8Ru1pAWbkhkT255R94="; sha256 = "929c60d7fb4aa704084c02d8ededc209b8b378e0b3adab46158b7fa6acc24230";
}; };
propagatedBuildInputs = [ jupyterlab_server notebook jupyter-packaging nbclassic ]; propagatedBuildInputs = [ jupyterlab_server notebook jupyter-packaging nbclassic ];