Merge pull request #280276 from natsukium/jupyter/update

jupyter related packages updates 2024-01-11
This commit is contained in:
OTABI Tomoya 2024-01-12 17:48:35 +09:00 committed by GitHub
commit 59af5c3e45
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
3 changed files with 6 additions and 6 deletions

View file

@ -11,7 +11,7 @@
buildPythonPackage rec { buildPythonPackage rec {
pname = "jupyter-core"; pname = "jupyter-core";
version = "5.7.0"; version = "5.7.1";
disabled = pythonOlder "3.7"; disabled = pythonOlder "3.7";
pyproject = true; pyproject = true;
@ -20,7 +20,7 @@ buildPythonPackage rec {
owner = "jupyter"; owner = "jupyter";
repo = "jupyter_core"; repo = "jupyter_core";
rev = "refs/tags/v${version}"; rev = "refs/tags/v${version}";
hash = "sha256-y3a2pSk+6QNSVg0skosbf6uHSXpvMubyflP6jQleI44="; hash = "sha256-Uh7slD8mQg2R++wltXrYiPSJnmM5w9tej8GN/0GMBmA=";
}; };
patches = [ patches = [

View file

@ -34,14 +34,14 @@
buildPythonPackage rec { buildPythonPackage rec {
pname = "jupyter-server"; pname = "jupyter-server";
version = "2.12.2"; version = "2.12.4";
pyproject = true; pyproject = true;
disabled = pythonOlder "3.8"; disabled = pythonOlder "3.8";
src = fetchPypi { src = fetchPypi {
pname = "jupyter_server"; pname = "jupyter_server";
inherit version; inherit version;
hash = "sha256-Xq6GvhUiS1N1zewMNULOcv8g96JSl6KoFmolC7RVpRk="; hash = "sha256-QfSh5rkSzCSnxsaUhRs309hBKxgPQ9cjFf5CLLK4XMI=";
}; };
nativeBuildInputs = [ nativeBuildInputs = [

View file

@ -32,14 +32,14 @@ let
}; };
in buildPythonPackage rec { in buildPythonPackage rec {
pname = "nbconvert"; pname = "nbconvert";
version = "7.14.0"; version = "7.14.1";
pyproject = true; pyproject = true;
disabled = pythonOlder "3.8"; disabled = pythonOlder "3.8";
src = fetchPypi { src = fetchPypi {
inherit pname version; inherit pname version;
hash = "sha256-krmkS2Plp/tPb6DvQSYeNcFpJQRszRwEpcgJm/EAR24="; hash = "sha256-IMuhDgRI3Hazvr/hrfkjZj47mDONr3e5e0JRHvWohhg=";
}; };
# Add $out/share/jupyter to the list of paths that are used to search for # Add $out/share/jupyter to the list of paths that are used to search for