python37Packages.jupyterlab: 0.35.4 -> 0.35.6

Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/python3.7-jupyterlab/versions
This commit is contained in:
R. RyanTM 2019-05-01 23:01:35 -07:00 committed by Mario Rodas
parent 971b731fc1
commit 39e686fe30
No known key found for this signature in database
GPG Key ID: 4C4BEFD7B18DC5E8

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 ];