Unverified Commit 10819e96 authored by OTABI Tomoya's avatar OTABI Tomoya Committed by GitHub
Browse files

Merge pull request #324171 from r-ryantm/auto-update/python311Packages.jupyter-book

python311Packages.jupyter-book: 1.0.0 -> 1.0.2
parents b2e2295f 088f710a
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -26,7 +26,7 @@

buildPythonPackage rec {
  pname = "jupyter-book";
  version = "1.0.0";
  version = "1.0.2";
  pyproject = true;

  disabled = pythonOlder "3.9";
@@ -34,7 +34,7 @@ buildPythonPackage rec {
  src = fetchPypi {
    inherit version;
    pname = "jupyter_book";
    hash = "sha256-U5xdBJNUYgDZ3ie9S1936uoDEV+JN/gl1P+Cs4AamH4=";
    hash = "sha256-rRXuSanf7Hc6HTBJ2sOFY4KqL5txRKGAEUduZcEbX0Y=";
  };

  nativeBuildInputs = [ flit-core ];