about summary refs log tree commit diff
path: root/pkgs/development/python-modules/nbclassic
diff options
context:
space:
mode:
authorMartin Weinelt <hexa@darmstadt.ccc.de>2023-01-05 00:25:47 +0100
committerMartin Weinelt <hexa@darmstadt.ccc.de>2023-01-05 13:20:52 +0100
commit6bf557fc682235614949ca833205d5b4de7774d2 (patch)
tree77d6a12d56bc2b221a61b72ce426c55f24880553 /pkgs/development/python-modules/nbclassic
parent77c31a20189bb222218af762ef2f1e1840ac0b7d (diff)
python3Packages.jupyter-core: rename from jupyter_core
Diffstat (limited to 'pkgs/development/python-modules/nbclassic')
-rw-r--r--pkgs/development/python-modules/nbclassic/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/development/python-modules/nbclassic/default.nix b/pkgs/development/python-modules/nbclassic/default.nix
index 7065191b1ad1b..294898fc4a62e 100644
--- a/pkgs/development/python-modules/nbclassic/default.nix
+++ b/pkgs/development/python-modules/nbclassic/default.nix
@@ -6,7 +6,7 @@
 , ipython_genutils
 , jinja2
 , jupyter-client
-, jupyter_core
+, jupyter-core
 , jupyter_server
 , nbconvert
 , nbformat
@@ -42,7 +42,7 @@ buildPythonPackage rec {
     ipython_genutils
     jinja2
     jupyter-client
-    jupyter_core
+    jupyter-core
     jupyter_server
     nbconvert
     nbformat