summary refs log tree commit diff
path: root/pkgs/development/python-modules/jupytext
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/development/python-modules/jupytext
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/development/python-modules/jupytext')
-rw-r--r--pkgs/development/python-modules/jupytext/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/development/python-modules/jupytext/default.nix b/pkgs/development/python-modules/jupytext/default.nix
index 0b893f7776a..89d8c288a79 100644
--- a/pkgs/development/python-modules/jupytext/default.nix
+++ b/pkgs/development/python-modules/jupytext/default.nix
@@ -4,7 +4,7 @@
 , pythonOlder
 , GitPython
 , jupyter-packaging
-, jupyter_client
+, jupyter-client
 , jupyterlab
 , markdown-it-py
 , mdit-py-plugins
@@ -41,7 +41,7 @@ buildPythonPackage rec {
   checkInputs = [
     pytestCheckHook
     GitPython
-    jupyter_client
+    jupyter-client
     notebook
   ];
   # Tests that use a Jupyter notebook require $HOME to be writable.