python3Packages.sphinx-autoapi: 3.0.0 -> 3.1.1
https://github.com/readthedocs/sphinx-autoapi/blob/v3.1.1/CHANGELOG.rst
This commit is contained in:
@@ -22,19 +22,20 @@
|
||||
|
||||
buildPythonPackage rec {
|
||||
pname = "sphinx-autoapi";
|
||||
version = "3.0.0";
|
||||
format = "pyproject";
|
||||
version = "3.1.1";
|
||||
pyproject = true;
|
||||
|
||||
disabled = pythonOlder "3.7";
|
||||
|
||||
src = fetchPypi {
|
||||
inherit pname version;
|
||||
hash = "sha256-CevWdKMrREZyIrD7ipF7l8iVI/INvwW1LLij8OFXFN4=";
|
||||
pname = "sphinx_autoapi";
|
||||
inherit version;
|
||||
hash = "sha256-tfbjxhzYbAzbfud6nVgMD9EWcmxbKc3LHx1fMKW8ob0=";
|
||||
};
|
||||
|
||||
nativeBuildInputs = [ setuptools ];
|
||||
build-system = [ setuptools ];
|
||||
|
||||
propagatedBuildInputs = [
|
||||
dependencies = [
|
||||
anyascii
|
||||
astroid
|
||||
jinja2
|
||||
|
||||
Reference in New Issue
Block a user