From 897df77240223d6afdaaaa38bdb978e206b9d23c Mon Sep 17 00:00:00 2001 From: "R. Ryantm" Date: Tue, 21 Apr 2026 10:17:32 +0000 Subject: [PATCH] python3Packages.python-docs-theme: 2025.12 -> 2026.4 --- pkgs/development/python-modules/python-docs-theme/default.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pkgs/development/python-modules/python-docs-theme/default.nix b/pkgs/development/python-modules/python-docs-theme/default.nix index 35b5965ddf7c..72847bc1aa55 100644 --- a/pkgs/development/python-modules/python-docs-theme/default.nix +++ b/pkgs/development/python-modules/python-docs-theme/default.nix @@ -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 ];