Merge pull request #221827 from mweinelt/sphinx-autodoc-typehints-1.22

python310Packages.sphinx-autodoc-typehints: 1.23.4 -> 1.22
This commit is contained in:
Martin Weinelt
2023-03-28 01:06:11 +02:00
committed by GitHub
@@ -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 = [