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

https://github.com/tox-dev/sphinx-autodoc-typehints/releases/tag/3.5.2
This commit is contained in:
Martin Weinelt
2025-11-25 12:35:48 -08:00
committed by Robert Schütz
parent e77d8eaf59
commit 954573a23d
@@ -10,7 +10,7 @@
let
pname = "sphinx-autodoc-typehints";
version = "3.4.0";
version = "3.5.2";
in
buildPythonPackage {
@@ -20,7 +20,7 @@ buildPythonPackage {
src = fetchPypi {
pname = "sphinx_autodoc_typehints";
inherit version;
hash = "sha256-oknrcmSdBbS4fUKgykIln1UEmg/xVTk0FGP1nkslasU=";
hash = "sha256-X81KPreqiUJMHi4yvtymbtw4NnVpyRaagPSz6TQXH9s=";
};
pythonRelaxDeps = [ "sphinx" ];