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

Merge pull request #192181 from r-ryantm/auto-update/python310Packages.sphinx-jupyterbook-latex

python310Packages.sphinx-jupyterbook-latex: 0.4.6 -> 0.5.0
parents fac9f7ab ee48dd96
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -8,7 +8,7 @@

buildPythonPackage rec {
  pname = "sphinx-jupyterbook-latex";
  version = "0.4.6";
  version = "0.5.0";
  format = "pyproject";

  disabled = pythonOlder "3.6";
@@ -16,7 +16,7 @@ buildPythonPackage rec {
  src = fetchPypi {
    inherit version;
    pname = "sphinx_jupyterbook_latex";
    sha256 = "8ff3775b11ab4798e6e8ec983601d7aea4c3b8e8b5d28ca758578ede3a791334";
    sha256 = "sha256-XEYsrMcg85loIYvD3ikfgGXGeox0q03H/0wRgTaz+SI=";
  };

  postPatch = ''