python: jupyterlab_server: 0.3.0 -> 0.3.4
This commit is contained in:
parent
214f752f5d
commit
8d0996fb46
1 changed files with 2 additions and 2 deletions
|
@ -10,12 +10,12 @@
|
||||||
|
|
||||||
buildPythonPackage rec {
|
buildPythonPackage rec {
|
||||||
pname = "jupyterlab_server";
|
pname = "jupyterlab_server";
|
||||||
version = "0.3.0";
|
version = "0.3.4";
|
||||||
disabled = pythonOlder "3.5";
|
disabled = pythonOlder "3.5";
|
||||||
|
|
||||||
src = fetchPypi {
|
src = fetchPypi {
|
||||||
inherit pname version;
|
inherit pname version;
|
||||||
sha256 = "13b728z5ls0g3p1gq5hvfqg7302clxna5grvgjfwbfzss0avlpjc";
|
sha256 = "ae0c8629b9f0196b314f017e374a70a702522739f4f08bece84963af5e8c8351";
|
||||||
};
|
};
|
||||||
|
|
||||||
checkInputs = [ requests pytest ];
|
checkInputs = [ requests pytest ];
|
||||||
|
|
Loading…
Reference in a new issue