Merge pull request #82136 from r-ryantm/auto-update/python3.7-jupyterlab_server

python37Packages.jupyterlab_server: 1.0.6 -> 1.0.7
This commit is contained in:
Mario Rodas 2020-03-10 08:02:54 -05:00 committed by GitHub
commit 14ae699f05
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -11,12 +11,12 @@
buildPythonPackage rec {
pname = "jupyterlab_server";
version = "1.0.6";
version = "1.0.7";
disabled = pythonOlder "3.5";
src = fetchPypi {
inherit pname version;
sha256 = "d0977527bfce6f47c782cb6bf79d2c949ebe3f22ac695fa000b730c671445dad";
sha256 = "1qnqxy6812py7xklg7xfrkadm0v4z8x6n1035i26h2z7y891ff0j";
};
checkInputs = [ requests pytest ];
@ -32,7 +32,7 @@ buildPythonPackage rec {
meta = with stdenv.lib; {
description = "JupyterLab Server";
homepage = https://jupyter.org;
homepage = "https://jupyter.org";
license = licenses.bsdOriginal;
maintainers = [ maintainers.costrouc ];
};