Commit cbc67544 authored by natsukium's avatar natsukium Committed by github-actions[bot]
Browse files

python311Packages.nbconvert: 7.8.0 -> 7.11.0

parent 6f7cf3af
Loading
Loading
Loading
Loading
+3 −6
Original line number Diff line number Diff line
@@ -21,7 +21,6 @@
, importlib-metadata
, flaky
, ipywidgets
, pyppeteer
, pytestCheckHook
}:

@@ -33,15 +32,14 @@ let
  };
in buildPythonPackage rec {
  pname = "nbconvert";
  version = "7.8.0";
  version = "7.11.0";
  pyproject = true;

  disabled = pythonOlder "3.8";

  format = "pyproject";

  src = fetchPypi {
    inherit pname version;
    hash = "sha256-9bwVoSR+FN1Bzu8MCjvHACDgFldusFeNpi8cW0+VBHk=";
    hash = "sha256-q+3AHPVDF3/94L/Cppcm1aR49q8QozL8G/Kfy08M8AA=";
  };

  # Add $out/share/jupyter to the list of paths that are used to search for
@@ -87,7 +85,6 @@ in buildPythonPackage rec {
  nativeCheckInputs = [
    flaky
    ipywidgets
    pyppeteer
    pytestCheckHook
  ];