python: jupyterlab_server: 1.1.5 -> 1.2.0
This commit is contained in:
parent
ff1b42bcc9
commit
c42538747f
1 changed files with 2 additions and 2 deletions
|
@ -11,12 +11,12 @@
|
|||
|
||||
buildPythonPackage rec {
|
||||
pname = "jupyterlab_server";
|
||||
version = "1.1.5";
|
||||
version = "1.2.0";
|
||||
disabled = pythonOlder "3.5";
|
||||
|
||||
src = fetchPypi {
|
||||
inherit pname version;
|
||||
sha256 = "3398e401b95da868bc96bdaa44fa61252bf3e68fc9dd1645bd93293cce095f6c";
|
||||
sha256 = "5431d9dde96659364b7cc877693d5d21e7b80cea7ae3959ecc2b87518e5f5d8c";
|
||||
};
|
||||
|
||||
checkInputs = [ requests pytest ];
|
||||
|
|
Loading…
Reference in a new issue