python310Packages.jupyter-book: 0.13.2 -> 0.14.0

https://github.com/executablebooks/jupyter-book/releases/tag/v0.14.0
This commit is contained in:
Mario Rodas 2023-03-01 04:20:00 +00:00
parent 37343e1557
commit f65afdc0b1

View File

@ -26,7 +26,7 @@
buildPythonPackage rec {
pname = "jupyter-book";
version = "0.13.2";
version = "0.14.0";
format = "flit";
@ -34,7 +34,7 @@ buildPythonPackage rec {
src = fetchPypi {
inherit pname version;
sha256 = "sha256-wJWY0tBrlCkOFDfGZS4xWvv87sOlyrNl3fiGqgayqTs=";
sha256 = "sha256-BxrVrOsCqFRmx16l6YdkJplwdnU2XhRFMHd5DGy+dqE=";
};
nativeBuildInputs = [
@ -65,8 +65,7 @@ buildPythonPackage rec {
pythonRelaxDeps = [
"docutils"
"myst-nb"
"sphinx"
"sphinx-book-theme"
];
pythonImportsCheck = [