python3Packages.jupyterlab: 2.1.0 -> 2.1.2

This commit is contained in:
Frederik Rietdijk 2020-05-09 12:01:50 +02:00
parent fefbfd50b3
commit d9dcad9ae8

View File

@ -8,12 +8,12 @@
buildPythonPackage rec {
pname = "jupyterlab";
version = "2.1.0";
version = "2.1.2";
disabled = pythonOlder "3.5";
src = fetchPypi {
inherit pname version;
sha256 = "10fwpgsi996nk2hcva14k8x6znczxgfmydvfsfrs1fpmmfmrl8wc";
sha256 = "380c29d674f6dcf8e380615334c7813bb4feb7bbb6222baf1d4c9f8318f4b104";
};
propagatedBuildInputs = [ jupyterlab_server notebook ];