Merge pull request #285959 from natsukium/jupyter/update

jupyter related packages updates 2024-02-03

authored by OTABI Tomoya and committed by GitHub e1297790 5543fcb5

+6 -6
+2 -2
pkgs/development/python-modules/jupyter-server-terminals/default.nix
··· 16 17 let self = buildPythonPackage rec { 18 pname = "jupyter-server-terminals"; 19 - version = "0.5.1"; 20 pyproject = true; 21 22 src = fetchFromGitHub { 23 owner = "jupyter-server"; 24 repo = "jupyter_server_terminals"; 25 rev = "refs/tags/v${version}"; 26 - hash = "sha256-d++WnroL9nq/G8K5nMl98pXYNpXgdWRfCNoIbVoiD7U="; 27 }; 28 29 nativeBuildInputs = [
··· 16 17 let self = buildPythonPackage rec { 18 pname = "jupyter-server-terminals"; 19 + version = "0.5.2"; 20 pyproject = true; 21 22 src = fetchFromGitHub { 23 owner = "jupyter-server"; 24 repo = "jupyter_server_terminals"; 25 rev = "refs/tags/v${version}"; 26 + hash = "sha256-e4PtrK2DCJAK+LYmGguwU5hmxdqP5Dws1dPoPOv/WrM="; 27 }; 28 29 nativeBuildInputs = [
+2 -2
pkgs/development/python-modules/jupyter-server/default.nix
··· 93 "test_cull_idle" 94 "test_server_extension_list" 95 "test_subscribe_websocket" 96 ] ++ lib.optionals stdenv.isDarwin [ 97 # attempts to use trashcan, build env doesn't allow this 98 "test_delete" 99 - # test is presumable broken in sandbox 100 - "test_authorized_requests" 101 # Insufficient access privileges for operation 102 "test_regression_is_hidden" 103 ] ++ lib.optionals stdenv.isLinux [
··· 93 "test_cull_idle" 94 "test_server_extension_list" 95 "test_subscribe_websocket" 96 + # test is presumable broken in sandbox 97 + "test_authorized_requests" 98 ] ++ lib.optionals stdenv.isDarwin [ 99 # attempts to use trashcan, build env doesn't allow this 100 "test_delete" 101 # Insufficient access privileges for operation 102 "test_regression_is_hidden" 103 ] ++ lib.optionals stdenv.isLinux [
+2 -2
pkgs/development/python-modules/jupyterlab/default.nix
··· 19 20 buildPythonPackage rec { 21 pname = "jupyterlab"; 22 - version = "4.0.11"; 23 pyproject = true; 24 25 disabled = pythonOlder "3.8"; 26 27 src = fetchPypi { 28 inherit pname version; 29 - hash = "sha256-0a7CRxJWa8JaNiKXiCQneOSYykCIAo4vmqFWuLf9yPw="; 30 }; 31 32 nativeBuildInputs = [
··· 19 20 buildPythonPackage rec { 21 pname = "jupyterlab"; 22 + version = "4.0.12"; 23 pyproject = true; 24 25 disabled = pythonOlder "3.8"; 26 27 src = fetchPypi { 28 inherit pname version; 29 + hash = "sha256-ll2S76gqU47XDMs5aNmqu6eIhA2oguE9ewYXgM3tw7c="; 30 }; 31 32 nativeBuildInputs = [