Merge pull request #60721 from r-ryantm/auto-update/python3.7-jupyterlab

python37Packages.jupyterlab: 0.35.4 -> 0.35.5
This commit is contained in:
Mario Rodas 2019-05-19 22:18:59 -05:00 committed by GitHub
commit bbd8dbe43b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -9,12 +9,12 @@
buildPythonPackage rec {
pname = "jupyterlab";
version = "0.35.4";
version = "0.35.6";
disabled = pythonOlder "3.5";
src = fetchPypi {
inherit pname version;
sha256 = "deba0b2803640fcad72c61366bff11d5945173015961586d5e3b2f629ffeb455";
sha256 = "2ec845845d51221e39d0d753884a19342c953f39febf3148a68631bf57ecb774";
};
propagatedBuildInputs = [ jupyterlab_server notebook ];