python3Packages.sphinx-autodoc-typehints: 3.9.2 -> 3.9.9 (#502648)

This commit is contained in:
Martin Weinelt
2026-03-23 14:11:19 +00:00
committed by GitHub
@@ -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 = [