File tree Expand file tree Collapse file tree 1 file changed +2
-11
lines changed
pkgs/development/python-modules/jupyterlab Expand file tree Collapse file tree 1 file changed +2
-11
lines changed Original file line number Diff line number Diff line change 44, jupyterlab_server
55, notebook
66, pythonOlder
7- , fetchpatch
87} :
98
109buildPythonPackage rec {
1110 pname = "jupyterlab" ;
12- version = "0.35.6 " ;
11+ version = "1.2.2 " ;
1312 disabled = pythonOlder "3.5" ;
1413
1514 src = fetchPypi {
1615 inherit pname version ;
17- sha256 = "2ec845845d51221e39d0d753884a19342c953f39febf3148a68631bf57ecb774 " ;
16+ sha256 = "96d3146eb09ffa0a198f31b36706859dadd4a59ed184aa9329a9c12733e6af0b " ;
1817 } ;
1918
2019 propagatedBuildInputs = [ jupyterlab_server notebook ] ;
@@ -23,14 +22,6 @@ buildPythonPackage rec {
2322 "--set" "JUPYTERLAB_DIR" "$out/share/jupyter/lab"
2423 ] ;
2524
26- patches = [
27- ( fetchpatch {
28- name = "bump-jupyterlab_server-version" ;
29- url = https://github.com/jupyterlab/jupyterlab/commit/3b8d451e6f9a4c609e60cde5fbb3cc84aae79951.patch ;
30- sha256 = "08vv6rp1k5fbmvj4v9x1d9zb6ymm9pv8ml80j7p45r9fay34rndf" ;
31- } )
32- ] ;
33-
3425 # Depends on npm
3526 doCheck = false ;
3627
You can’t perform that action at this time.
0 commit comments