Loading pkgs/development/python-modules/nbdime/default.nix +2 −4 Original line number Diff line number Diff line Loading @@ -28,14 +28,14 @@ buildPythonPackage rec { pname = "nbdime"; version = "3.1.1"; version = "3.2.0"; format = "setuptools"; disabled = pythonOlder "3.6"; src = fetchPypi { inherit pname version; hash = "sha256-Z3ZzIOlxN09wGhdapZq9OlVHIwOdOfrpCOctFjMNZIs="; hash = "sha256-5Q0aDPZy4CNW4Q5tPQrqjoYSpTSubhub/VmsO2DEBes="; }; nativeBuildInputs = [ Loading Loading @@ -92,7 +92,5 @@ buildPythonPackage rec { description = "Tools for diffing and merging of Jupyter notebooks."; license = licenses.bsd3; maintainers = with maintainers; [ tbenst ]; # https://github.com/jupyter/nbdime/issues/645 broken = lib.versionAtLeast jupyter-server.version "2"; }; } Loading
pkgs/development/python-modules/nbdime/default.nix +2 −4 Original line number Diff line number Diff line Loading @@ -28,14 +28,14 @@ buildPythonPackage rec { pname = "nbdime"; version = "3.1.1"; version = "3.2.0"; format = "setuptools"; disabled = pythonOlder "3.6"; src = fetchPypi { inherit pname version; hash = "sha256-Z3ZzIOlxN09wGhdapZq9OlVHIwOdOfrpCOctFjMNZIs="; hash = "sha256-5Q0aDPZy4CNW4Q5tPQrqjoYSpTSubhub/VmsO2DEBes="; }; nativeBuildInputs = [ Loading Loading @@ -92,7 +92,5 @@ buildPythonPackage rec { description = "Tools for diffing and merging of Jupyter notebooks."; license = licenses.bsd3; maintainers = with maintainers; [ tbenst ]; # https://github.com/jupyter/nbdime/issues/645 broken = lib.versionAtLeast jupyter-server.version "2"; }; }