python3Packages.sphinx-autodoc-typehints: 3.10.5 -> 3.12.1

https://github.com/tox-dev/sphinx-autodoc-typehints/releases/tag/3.12.1
This commit is contained in:
Martin Weinelt
2026-07-11 23:29:54 +02:00
parent e84d602bdc
commit 49f857db92

View File

@@ -10,14 +10,14 @@
buildPythonPackage (finalAttrs: {
pname = "sphinx-autodoc-typehints";
version = "3.10.5";
version = "3.12.1";
pyproject = true;
src = fetchFromGitHub {
owner = "tox-dev";
repo = "sphinx-autodoc-typehints";
tag = finalAttrs.version;
hash = "sha256-ClRfCv3UvUdnSnm5XuyrWj8oFQMSAPb3ZCDokAWI4cE=";
hash = "sha256-RgRyYZcMJ2bgTxvf339ZEn2f1/BczlSSSv8tbDMn9fs=";
};
build-system = [