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

https://github.com/tox-dev/sphinx-autodoc-typehints/releases/tag/1.22
This commit is contained in:
Martin Weinelt
2023-03-27 02:27:50 +02:00
parent 80563f4031
commit 19e807bd2c
@@ -10,7 +10,7 @@
let
pname = "sphinx-autodoc-typehints";
version = "1.23.4";
version = "1.22";
in
buildPythonPackage {
@@ -22,7 +22,7 @@ buildPythonPackage {
src = fetchPypi {
pname = "sphinx_autodoc_typehints";
inherit version;
hash = "sha256-tHw6aQ0QGiWdmqkgzFfH6nn7cF15bA1Xyxfpm9HYCjQ=";
hash = "sha256-cfyi1e7psDQgTkxoarILTY9euUCTliFryubIfDjhjqY=";
};
nativeBuildInputs = [