python310Packages.sphinx-autoapi: 2.1.1 -> 3.0.0

This commit is contained in:
R. Ryantm 2023-12-06 19:45:41 +00:00
parent 4c37153a2c
commit 79284393c8

View File

@ -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 = [