python3Packages.sphinx-autodoc-typehints: 3.5.2 -> 3.6.2

https://github.com/tox-dev/sphinx-autodoc-typehints/releases/tag/3.6.2

This commit was automatically generated using update-python-libraries.
This commit is contained in:
Martin Weinelt
2026-02-01 17:38:56 +01:00
parent 216f28251b
commit bf1f1d5784
@@ -10,7 +10,7 @@
let
pname = "sphinx-autodoc-typehints";
version = "3.5.2";
version = "3.6.2";
in
buildPythonPackage {
@@ -20,7 +20,7 @@ buildPythonPackage {
src = fetchPypi {
pname = "sphinx_autodoc_typehints";
inherit version;
hash = "sha256-X81KPreqiUJMHi4yvtymbtw4NnVpyRaagPSz6TQXH9s=";
hash = "sha256-PTdwmiG3t2WtbiCgTs78sim56wAHyyT266qKRXbqfwY=";
};
postPatch = ''