python313Packages.sphinx-autodoc-typehints: 3.0.1 -> 3.1.0

https://github.com/tox-dev/sphinx-autodoc-typehints/releases/tag/3.1.0
This commit is contained in:
Martin Weinelt
2025-03-11 13:17:40 +01:00
parent 98d5fce8e0
commit 332c4d0b7a
@@ -11,7 +11,7 @@
let
pname = "sphinx-autodoc-typehints";
version = "3.0.1";
version = "3.1.0";
in
buildPythonPackage {
@@ -23,7 +23,7 @@ buildPythonPackage {
src = fetchPypi {
pname = "sphinx_autodoc_typehints";
inherit version;
hash = "sha256-ubQN0V3uVPb4EMkk+GP5zxxU+fMmXElRQOoBvn9E+lU=";
hash = "sha256-prewtt8KOAeDzlspFQwtMDUnRvAno+KU03GDmV0/I+0=";
};
pythonRelaxDeps = [ "sphinx" ];