python3Packages.python-docs-theme: 2025.10 -> 2025.12

https://github.com/python/python-docs-theme/blob/2025.12/CHANGELOG.rst

This commit was automatically generated using update-python-libraries.
This commit is contained in:
Martin Weinelt
2026-02-01 17:20:08 +01:00
parent 0235221054
commit a93678c884
@@ -9,7 +9,7 @@
buildPythonPackage rec {
pname = "python-docs-theme";
version = "2025.10";
version = "2025.12";
pyproject = true;
disabled = pythonOlder "3.12";
@@ -18,7 +18,7 @@ buildPythonPackage rec {
owner = "python";
repo = "python-docs-theme";
tag = version;
hash = "sha256-vuQsGHj39znL3RvSvnc9ET1g30/FcSnDnFby2bm84hY=";
hash = "sha256-isKfYgakIsPdMSATx9tjjb+U8oERN560NkBDkbt9AeM=";
};
build-system = [ flit-core ];