Commit 973ab1a4 authored by Sigmanificient's avatar Sigmanificient
Browse files

python3Packages.sphinx-book-theme: 1.1.4 -> 1.2.0

parent 1b4d9311
Loading
Loading
Loading
Loading
+3 −3
Original line number Diff line number Diff line
@@ -9,7 +9,7 @@

buildPythonPackage rec {
  pname = "sphinx-book-theme";
  version = "1.1.4";
  version = "1.2.0";

  format = "wheel";

@@ -19,10 +19,10 @@ buildPythonPackage rec {
    dist = "py3";
    python = "py3";
    pname = "sphinx_book_theme";
    hash = "sha256-hDs/XIaEZA9KLQGr0pi+tmRS0bI5TNnvW+Xr1WQOoOE=";
    hash = "sha256-cJYF0wjhmRxe8M8ZxIHb6QhLYoUuMX+vq3Q4Kg7nzPo=";
  };

  propagatedBuildInputs = [
  dependencies = [
    pydata-sphinx-theme
    sphinx
  ];