From 7c93f05a6dce96f8bf10d2af301e61242d653db5 Mon Sep 17 00:00:00 2001 From: Martin Weinelt Date: Mon, 27 Apr 2026 00:48:51 +0200 Subject: [PATCH] python3Packages.sphinx-autodoc-typehints: 3.9.9 -> 3.10.2 https://github.com/tox-dev/sphinx-autodoc-typehints/releases/tag/3.9.10 https://github.com/tox-dev/sphinx-autodoc-typehints/releases/tag/3.9.11 https://github.com/tox-dev/sphinx-autodoc-typehints/releases/tag/3.10.0 https://github.com/tox-dev/sphinx-autodoc-typehints/releases/tag/3.10.1 https://github.com/tox-dev/sphinx-autodoc-typehints/releases/tag/3.10.2 --- .../python-modules/sphinx-autodoc-typehints/default.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pkgs/development/python-modules/sphinx-autodoc-typehints/default.nix b/pkgs/development/python-modules/sphinx-autodoc-typehints/default.nix index 17e46d263abd..fcfc2e4b9893 100644 --- a/pkgs/development/python-modules/sphinx-autodoc-typehints/default.nix +++ b/pkgs/development/python-modules/sphinx-autodoc-typehints/default.nix @@ -10,14 +10,14 @@ buildPythonPackage (finalAttrs: { pname = "sphinx-autodoc-typehints"; - version = "3.9.9"; + version = "3.10.2"; pyproject = true; src = fetchFromGitHub { owner = "tox-dev"; repo = "sphinx-autodoc-typehints"; tag = finalAttrs.version; - hash = "sha256-TyG63QHuiquofeMkr078FsBVc9TAqPFfzWJ5L9sdqm0="; + hash = "sha256-ZdUKD8qUWjndhkqnUVk9NoSFgH/Fl2yG7LKHUB4T9CA="; }; build-system = [