python311Packages.sphinx-book-theme: 1.1.0 -> 1.1.1

Changelog: https://github.com/executablebooks/sphinx-book-theme/raw/v1.1.1/CHANGELOG.md
This commit is contained in:
Mario Rodas 2024-02-13 04:20:00 +00:00
parent 25146c37b8
commit e562fdc82b

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 = [