python3Packages.sphinx-autodoc-typehints: 3.2.0 -> 3.4.0 (#450248)

This commit is contained in:
Martin Weinelt
2025-10-09 15:17:48 +02:00
committed by GitHub
@@ -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" ];