Merge pull request #272536 from r-ryantm/auto-update/python310Packages.sphinx-autoapi

python310Packages.sphinx-autoapi: 2.1.1 -> 3.0.0
This commit is contained in:
Nick Cao
2023-12-07 09:27:25 -05:00
committed by GitHub
@@ -21,14 +21,14 @@
buildPythonPackage rec {
pname = "sphinx-autoapi";
version = "2.1.1";
version = "3.0.0";
format = "pyproject";
disabled = pythonOlder "3.7";
src = fetchPypi {
inherit pname version;
hash = "sha256-+625bnkCDWsOxF2IhRe/gW1rWHotNA++HsMRNeMApsg=";
hash = "sha256-CevWdKMrREZyIrD7ipF7l8iVI/INvwW1LLij8OFXFN4=";
};
nativeBuildInputs = [