Skip to content

Commit 4eed2a5

Browse files
committed
python.pkgs.jupyterlab: 0.35.6 -> 1.2.2
1 parent 93fd7d8 commit 4eed2a5

File tree

1 file changed

+2
-11
lines changed

1 file changed

+2
-11
lines changed

pkgs/development/python-modules/jupyterlab/default.nix

Lines changed: 2 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -4,17 +4,16 @@
44
, jupyterlab_server
55
, notebook
66
, pythonOlder
7-
, fetchpatch
87
}:
98

109
buildPythonPackage 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

0 commit comments

Comments
 (0)