From 8bc0447726d365c9fa9c543b31488f6fa9b6a98b Mon Sep 17 00:00:00 2001 From: Martin Weinelt Date: Mon, 23 Mar 2026 14:48:32 +0100 Subject: [PATCH] python3Packages.sphinx-autodoc-typehints: 3.9.2 -> 3.9.9 https://github.com/tox-dev/sphinx-autodoc-typehints/releases/tag/3.9.3 https://github.com/tox-dev/sphinx-autodoc-typehints/releases/tag/3.9.4 https://github.com/tox-dev/sphinx-autodoc-typehints/releases/tag/3.9.5 https://github.com/tox-dev/sphinx-autodoc-typehints/releases/tag/3.9.6 https://github.com/tox-dev/sphinx-autodoc-typehints/releases/tag/3.9.7 https://github.com/tox-dev/sphinx-autodoc-typehints/releases/tag/3.9.8 https://github.com/tox-dev/sphinx-autodoc-typehints/releases/tag/3.9.9 --- .../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 18f5c0d5590c..17e46d263abd 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.2"; + version = "3.9.9"; pyproject = true; src = fetchFromGitHub { owner = "tox-dev"; repo = "sphinx-autodoc-typehints"; tag = finalAttrs.version; - hash = "sha256-RfeY9i7M+5SoZtJzdORm/ZyCZ+RLyERJFK7I9L1B7ws="; + hash = "sha256-TyG63QHuiquofeMkr078FsBVc9TAqPFfzWJ5L9sdqm0="; }; build-system = [