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

python310Packages.sphinx-jupyterbook-latex: 0.5.0 -> 0.5.1
This commit is contained in:
Mario Rodas 2022-10-04 22:12:00 -05:00 committed by GitHub
commit 0906855159
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -8,7 +8,7 @@
buildPythonPackage rec {
pname = "sphinx-jupyterbook-latex";
version = "0.5.0";
version = "0.5.1";
format = "pyproject";
disabled = pythonOlder "3.6";
@ -16,7 +16,7 @@ buildPythonPackage rec {
src = fetchPypi {
inherit version;
pname = "sphinx_jupyterbook_latex";
sha256 = "sha256-XEYsrMcg85loIYvD3ikfgGXGeox0q03H/0wRgTaz+SI=";
sha256 = "sha256-QErSEpolSEkJaQLzfcF0oDlugEhN5Y9/KwVwC2IknLY=";
};
postPatch = ''