Martin Weinelt
2026-03-23 15:00:46 +01:00
parent 3b4e1cfcb7
commit 8bc0447726
@@ -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 = [