python3Packages.python-docs-theme: 2025.5 -> 2025.9.1 (#442078)

This commit is contained in:
Nick Cao
2025-09-12 18:05:34 +00:00
committed by GitHub
@@ -9,7 +9,7 @@
buildPythonPackage rec {
pname = "python-docs-theme";
version = "2025.5";
version = "2025.9.1";
pyproject = true;
disabled = pythonOlder "3.12";
@@ -18,7 +18,7 @@ buildPythonPackage rec {
owner = "python";
repo = "python-docs-theme";
tag = version;
hash = "sha256-dcxlZGPB36q2MO2WHtshkgNE5ryKtI/RfuVG7hcLcas=";
hash = "sha256-rO2L5M2TYU8+fJLDbu+EMqAy3vD7yNwd5b1fMZ8LNwg=";
};
build-system = [ flit-core ];