summary refs log tree commit diff
path: root/pkgs/applications/science/math/sage/sagedoc.nix
diff options
context:
space:
mode:
authorsuperherointj <5861043+superherointj@users.noreply.github.com>2021-10-15 07:33:48 -0300
committersuperherointj <5861043+superherointj@users.noreply.github.com>2021-10-15 07:51:23 -0300
commit206f3ab32331a90205d5040219e5f69b27706695 (patch)
treef8e81f42e0cdef820eecad94f40749a799e45363 /pkgs/applications/science/math/sage/sagedoc.nix
parent329f38c54f59aa9fb065e8dfa40231432fb2e660 (diff)
downloadnixpkgs-206f3ab32331a90205d5040219e5f69b27706695.tar
nixpkgs-206f3ab32331a90205d5040219e5f69b27706695.tar.gz
nixpkgs-206f3ab32331a90205d5040219e5f69b27706695.tar.bz2
nixpkgs-206f3ab32331a90205d5040219e5f69b27706695.tar.lz
nixpkgs-206f3ab32331a90205d5040219e5f69b27706695.tar.xz
nixpkgs-206f3ab32331a90205d5040219e5f69b27706695.tar.zst
nixpkgs-206f3ab32331a90205d5040219e5f69b27706695.zip
pythonPackages.jupyter_client: renamed to jupyter-client
Diffstat (limited to 'pkgs/applications/science/math/sage/sagedoc.nix')
-rw-r--r--pkgs/applications/science/math/sage/sagedoc.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/applications/science/math/sage/sagedoc.nix b/pkgs/applications/science/math/sage/sagedoc.nix
index d53947d806d..76bbc90773b 100644
--- a/pkgs/applications/science/math/sage/sagedoc.nix
+++ b/pkgs/applications/science/math/sage/sagedoc.nix
@@ -34,7 +34,7 @@ stdenv.mkDerivation rec {
     networkx
     ipykernel
     ipywidgets
-    jupyter_client
+    jupyter-client
   ]);
 
   unpackPhase = ''