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

This commit is contained in:
R. Ryantm
2025-11-01 11:14:54 +00:00
parent e4e70495d5
commit eb2815e2ba
@@ -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 ];