python312Packages.python-docs-theme: 2024.12 -> 2025.2 (#379407)

This commit is contained in:
Nick Cao
2025-02-08 09:39:00 -05:00
committed by GitHub
@@ -9,7 +9,7 @@
buildPythonPackage rec {
pname = "python-docs-theme";
version = "2024.12";
version = "2025.2";
pyproject = true;
disabled = pythonOlder "3.9";
@@ -18,7 +18,7 @@ buildPythonPackage rec {
owner = "python";
repo = "python-docs-theme";
tag = version;
hash = "sha256-LZFcKmFnALZ5ZV8XbRfT74Wv5r7he/y58mCu4uydgw8=";
hash = "sha256-+QOtlgWGPcuKZOfuE0l08GUetR0DZvMzsk8Xl8KaZcQ=";
};
build-system = [ flit-core ];