python310Packages.sphinx-jupyterbook-latex: 0.5.1 -> 0.5.2
https://github.com/executablebooks/sphinx-jupyterbook-latex/releases/tag/v0.5.2
This commit is contained in:
parent
8ab030e8de
commit
b63a262de7
1 changed files with 4 additions and 3 deletions
|
@ -8,7 +8,7 @@
|
|||
|
||||
buildPythonPackage rec {
|
||||
pname = "sphinx-jupyterbook-latex";
|
||||
version = "0.5.1";
|
||||
version = "0.5.2";
|
||||
format = "pyproject";
|
||||
|
||||
disabled = pythonOlder "3.6";
|
||||
|
@ -16,12 +16,12 @@ buildPythonPackage rec {
|
|||
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 ]
|
||||
|
@ -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 ];
|
||||
};
|
||||
|
|
Loading…
Reference in a new issue