Merge pull request #223833 from marsam/update-pydata-sphinx-theme

python310Packages.pydata-sphinx-theme: 0.13.1 -> 0.13.2
This commit is contained in:
Mario Rodas
2023-03-31 07:41:39 -05:00
committed by GitHub
2 changed files with 6 additions and 4 deletions
@@ -7,11 +7,12 @@
, beautifulsoup4
, docutils
, packaging
, typing-extensions
}:
buildPythonPackage rec {
pname = "pydata-sphinx-theme";
version = "0.13.1";
version = "0.13.3";
format = "wheel";
@@ -22,7 +23,7 @@ buildPythonPackage rec {
dist = "py3";
python = "py3";
pname = "pydata_sphinx_theme";
hash = "sha256-zinB3nlh1hbfol9MOpYZgY1LstSpmF7QeDZ68pT7zMI=";
hash = "sha256-v0HKbBxiFukp4og05AS/yQ4IC1GRW751Y7Xm/acDVPA=";
};
propagatedBuildInputs = [
@@ -31,6 +32,7 @@ buildPythonPackage rec {
beautifulsoup4
docutils
packaging
typing-extensions
];
pythonImportsCheck = [
@@ -9,7 +9,7 @@
buildPythonPackage rec {
pname = "sphinx-book-theme";
version = "1.0.0";
version = "1.0.1";
format = "wheel";
@@ -20,7 +20,7 @@ buildPythonPackage rec {
dist = "py3";
python = "py3";
pname = "sphinx_book_theme";
hash = "sha256-9rq6eIjVpjMoohDplgp6bpUeljLXTttvzkjJ1djCh2g=";
hash = "sha256-0V+CSLNxippr4LphejLRWR+fo5xhRGm/rOd3uganO3U=";
};
propagatedBuildInputs = [