python3Packages.python-docs-theme: 2025.9.2 -> 2025.10 (#457520)

This commit is contained in:
Nick Cao
2025-11-03 21:48:45 +00:00
committed by GitHub
@@ -9,7 +9,7 @@
buildPythonPackage rec {
pname = "python-docs-theme";
version = "2025.9.2";
version = "2025.10";
pyproject = true;
disabled = pythonOlder "3.12";
@@ -18,7 +18,7 @@ buildPythonPackage rec {
owner = "python";
repo = "python-docs-theme";
tag = version;
hash = "sha256-G9QhrNqwSonyCQXxBv1GkUx39GyOQs+0gciJDQwWvVQ=";
hash = "sha256-vuQsGHj39znL3RvSvnc9ET1g30/FcSnDnFby2bm84hY=";
};
build-system = [ flit-core ];