python3Packages.python-docs-theme: 2025.12 -> 2026.4 (#469924)

This commit is contained in:
Martin Weinelt
2026-04-26 19:45:01 +00:00
committed by GitHub
@@ -9,7 +9,7 @@
buildPythonPackage (finalAttrs: {
pname = "python-docs-theme";
version = "2025.12";
version = "2026.4";
pyproject = true;
disabled = pythonOlder "3.12";
@@ -18,7 +18,7 @@ buildPythonPackage (finalAttrs: {
owner = "python";
repo = "python-docs-theme";
tag = finalAttrs.version;
hash = "sha256-isKfYgakIsPdMSATx9tjjb+U8oERN560NkBDkbt9AeM=";
hash = "sha256-wfHon11V7fvK+PMWBY+MpxiPOyqIecRAu+rM4uONMzA=";
};
build-system = [ flit-core ];