3
0
Fork 0
forked from mirrors/nixpkgs

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

python310Packages.sphinx-jupyterbook-latex: 0.4.6 -> 0.5.0
This commit is contained in:
Mario Rodas 2022-09-23 01:13:12 -05:00 committed by GitHub
commit bf26dfaa16
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.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 = ''