Loading pkgs/development/python-modules/nbconvert/default.nix +2 −2 Original line number Diff line number Diff line Loading @@ -33,14 +33,14 @@ let }; in buildPythonPackage rec { pname = "nbconvert"; version = "7.16.2"; version = "7.16.3"; pyproject = true; disabled = pythonOlder "3.8"; src = fetchPypi { inherit pname version; hash = "sha256-gxDt1B4cQ5R+Ts8WYUxhRp68AkiY64CMzgmZhg/J+xY="; hash = "sha256-pnM7eM49R8P4XlBJmElbB+bqnPm/bsHJjdpj7GrRkUI="; }; # Add $out/share/jupyter to the list of paths that are used to search for Loading Loading
pkgs/development/python-modules/nbconvert/default.nix +2 −2 Original line number Diff line number Diff line Loading @@ -33,14 +33,14 @@ let }; in buildPythonPackage rec { pname = "nbconvert"; version = "7.16.2"; version = "7.16.3"; pyproject = true; disabled = pythonOlder "3.8"; src = fetchPypi { inherit pname version; hash = "sha256-gxDt1B4cQ5R+Ts8WYUxhRp68AkiY64CMzgmZhg/J+xY="; hash = "sha256-pnM7eM49R8P4XlBJmElbB+bqnPm/bsHJjdpj7GrRkUI="; }; # Add $out/share/jupyter to the list of paths that are used to search for Loading