Merge pull request #288593 from marsam/update-sphinx-book-theme

python311Packages.sphinx-book-theme: 1.1.0 -> 1.1.1
This commit is contained in:
Mario Rodas 2024-02-13 13:57:02 -05:00 committed by GitHub
commit 4ee752288b
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -9,18 +9,18 @@
buildPythonPackage rec {
pname = "sphinx-book-theme";
version = "1.1.0";
version = "1.1.1";
format = "wheel";
disabled = pythonOlder "3.7";
disabled = pythonOlder "3.9";
src = fetchPypi {
inherit version format;
dist = "py3";
python = "py3";
pname = "sphinx_book_theme";
hash = "sha256-CIvGnWX6uERq24aR7WFof3G/dQTJdAr2i8eM+TaiYRI=";
hash = "sha256-zk3xqqs4WjqWM/p5coGTfqEgpRcJaLbrgXsR8+CKvAc=";
};
propagatedBuildInputs = [