python310Packages.sphinx-autodoc-typehints: 1.22 -> 1.23.0

https://github.com/tox-dev/sphinx-autodoc-typehints/releases/tag/1.23.0
This commit is contained in:
Martin Weinelt
2023-07-28 12:13:25 +02:00
parent de8fad0e43
commit 9e6ff886ed
@@ -10,7 +10,7 @@
let
pname = "sphinx-autodoc-typehints";
version = "1.22";
version = "1.23.0";
in
buildPythonPackage {
@@ -22,7 +22,7 @@ buildPythonPackage {
src = fetchPypi {
pname = "sphinx_autodoc_typehints";
inherit version;
hash = "sha256-cfyi1e7psDQgTkxoarILTY9euUCTliFryubIfDjhjqY=";
hash = "sha256-XUTimWYzza2kmbbSeklt3528ld0fDwn3s3lAJJ5h9uk=";
};
nativeBuildInputs = [