python3Packages.sphinx-autodoc-typehints: 3.2.0 -> 3.4.0

https://github.com/tox-dev/sphinx-autodoc-typehints/releases/tag/3.4.0
This commit is contained in:
Martin Weinelt
2025-10-09 14:50:25 +02:00
parent eb19d9bd0d
commit 6cf50d7e1e
@@ -4,26 +4,23 @@
fetchPypi,
hatch-vcs,
hatchling,
pythonOlder,
sphinx,
pytestCheckHook,
}:
let
pname = "sphinx-autodoc-typehints";
version = "3.2.0";
version = "3.4.0";
in
buildPythonPackage {
inherit pname version;
pyproject = true;
disabled = pythonOlder "3.7";
src = fetchPypi {
pname = "sphinx_autodoc_typehints";
inherit version;
hash = "sha256-EHrJi8i0g3ICyIwHNtWdbaRAduZaDX19VDp4Yx9mKps=";
hash = "sha256-oknrcmSdBbS4fUKgykIln1UEmg/xVTk0FGP1nkslasU=";
};
pythonRelaxDeps = [ "sphinx" ];