python3Packages.sphinx-autodoc-typehints: 3.2.0 -> 3.4.0 (#450248)
This commit is contained in:
@@ -4,26 +4,23 @@
|
||||
fetchPypi,
|
||||
hatch-vcs,
|
||||
hatchling,
|
||||
pythonOlder,
|
||||
sphinx,
|
||||
pytestCheckHook,
|
||||
}:
|
||||
|
||||
let
|
||||
pname = "sphinx-autodoc-typehints";
|
||||
version = "3.2.0";
|
||||
version = "3.4.0";
|
||||
in
|
||||
|
||||
buildPythonPackage {
|
||||
inherit pname version;
|
||||
pyproject = true;
|
||||
|
||||
disabled = pythonOlder "3.7";
|
||||
|
||||
src = fetchPypi {
|
||||
pname = "sphinx_autodoc_typehints";
|
||||
inherit version;
|
||||
hash = "sha256-EHrJi8i0g3ICyIwHNtWdbaRAduZaDX19VDp4Yx9mKps=";
|
||||
hash = "sha256-oknrcmSdBbS4fUKgykIln1UEmg/xVTk0FGP1nkslasU=";
|
||||
};
|
||||
|
||||
pythonRelaxDeps = [ "sphinx" ];
|
||||
|
||||
Reference in New Issue
Block a user