python3Packages.python-docs-theme: 2025.9.1 -> 2025.9.2 (#445264)

authored by Nick Cao and committed by GitHub 54e49e77 5f937ca6

+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.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 ];
··· 9 10 buildPythonPackage rec { 11 pname = "python-docs-theme"; 12 + version = "2025.9.2"; 13 pyproject = true; 14 15 disabled = pythonOlder "3.12"; ··· 18 owner = "python"; 19 repo = "python-docs-theme"; 20 tag = version; 21 + hash = "sha256-G9QhrNqwSonyCQXxBv1GkUx39GyOQs+0gciJDQwWvVQ="; 22 }; 23 24 build-system = [ flit-core ];