python313Packages.sphinx-autodoc-typehints: 2.4.4 -> 2.5.0

https://github.com/tox-dev/sphinx-autodoc-typehints/releases/tag/2.5.0
This commit is contained in:
Martin Weinelt 2024-11-12 08:04:42 +01:00
parent bc05229e2e
commit a8e2237172
No known key found for this signature in database
GPG Key ID: 87C1E9888F856759

View File

@ -11,7 +11,7 @@
let
pname = "sphinx-autodoc-typehints";
version = "2.4.4";
version = "2.5.0";
in
buildPythonPackage {
@ -23,7 +23,7 @@ buildPythonPackage {
src = fetchPypi {
pname = "sphinx_autodoc_typehints";
inherit version;
hash = "sha256-50NRLaWLZ6BleaFGJ5imkHZkq3dGB1ikMjSt6sNQr78=";
hash = "sha256-JZ4QJrIY1WPXJ0P0F/zCWQapYUiX/jf5G9jX1Y90jDs=";
};
pythonRelaxDeps = [ "sphinx" ];