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

authored by Nick Cao and committed by GitHub 38ba6445 2ba26b40

+2 -2
+2 -2
pkgs/development/python-modules/python-docs-theme/default.nix
··· 9 10 buildPythonPackage rec { 11 pname = "python-docs-theme"; 12 - version = "2025.5"; 13 pyproject = true; 14 15 disabled = pythonOlder "3.12"; ··· 18 owner = "python"; 19 repo = "python-docs-theme"; 20 tag = version; 21 - hash = "sha256-dcxlZGPB36q2MO2WHtshkgNE5ryKtI/RfuVG7hcLcas="; 22 }; 23 24 build-system = [ flit-core ];
··· 9 10 buildPythonPackage rec { 11 pname = "python-docs-theme"; 12 + version = "2025.9.1"; 13 pyproject = true; 14 15 disabled = pythonOlder "3.12"; ··· 18 owner = "python"; 19 repo = "python-docs-theme"; 20 tag = version; 21 + hash = "sha256-rO2L5M2TYU8+fJLDbu+EMqAy3vD7yNwd5b1fMZ8LNwg="; 22 }; 23 24 build-system = [ flit-core ];