Skip to content

Commit

Permalink
Merge pull request #201748 from marsam/update-sphinx-jupyterbook-latex
Browse files Browse the repository at this point in the history
python310Packages.sphinx-jupyterbook-latex: 0.5.1 -> 0.5.2
  • Loading branch information
marsam committed Nov 18, 2022
2 parents e101394 + b63a262 commit cf01bae
Showing 1 changed file with 4 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -8,20 +8,20 @@

buildPythonPackage rec {
pname = "sphinx-jupyterbook-latex";
version = "0.5.1";
version = "0.5.2";
format = "pyproject";

disabled = pythonOlder "3.6";

src = fetchPypi {
inherit version;
pname = "sphinx_jupyterbook_latex";
sha256 = "sha256-QErSEpolSEkJaQLzfcF0oDlugEhN5Y9/KwVwC2IknLY=";
sha256 = "sha256-2h060Cj1XdvxC5Ewu58k/GDK+2ccvTnf2VU3qvyQly4=";
};

postPatch = ''
substituteInPlace setup.cfg \
--replace "sphinx>=3,<5" "sphinx>=3"
--replace "sphinx>=4,<5.1" "sphinx"
'';

propagatedBuildInputs = [ sphinx ]
Expand All @@ -32,6 +32,7 @@ buildPythonPackage rec {
meta = with lib; {
description = "Latex specific features for jupyter book";
homepage = "https://github.com/executablebooks/sphinx-jupyterbook-latex";
changelog = "https://github.com/executablebooks/sphinx-jupyterbook-latex/raw/v${version}/CHANGELOG.md";
license = licenses.bsd3;
maintainers = with maintainers; [ marsam ];
};
Expand Down

0 comments on commit cf01bae

Please sign in to comment.