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

https://github.com/tox-dev/sphinx-autodoc-typehints/releases/tag/3.10.5
This commit is contained in:
Martin Weinelt 2026-06-04 03:32:33 +02:00
commit 00afd89038
No known key found for this signature in database
GPG key ID: 87C1E9888F856759

View file

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