Unverified Commit ac96b9df authored by Mario Rodas's avatar Mario Rodas Committed by GitHub
Browse files

Merge pull request #221145 from marsam/update-jupyter-book

python310Packages.jupyter-book: 0.15.0 -> 0.15.1
parents a5772cae 052ed0d0
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -26,7 +26,7 @@

buildPythonPackage rec {
  pname = "jupyter-book";
  version = "0.15.0";
  version = "0.15.1";

  format = "flit";

@@ -34,7 +34,7 @@ buildPythonPackage rec {

  src = fetchPypi {
    inherit pname version;
    sha256 = "sha256-eUw3zC+6kx/OQvMhzkG6R3b2ricX0kvC+fCBD4mkEuo=";
    sha256 = "sha256-ihY07Bb37t7g0Rbx5ft8SCAyia2S2kLglRnccdlWwBA=";
  };

  nativeBuildInputs = [