forked from mirrors/nixpkgs
Merge pull request #182948 from r-ryantm/auto-update/python3.10-sphinx-autoapi
python310Packages.sphinxcontrib-autoapi: 1.8.4 -> 1.9.0
This commit is contained in:
commit
5a14648c34
1 changed files with 2 additions and 2 deletions
|
@ -14,12 +14,12 @@
|
||||||
|
|
||||||
buildPythonPackage rec {
|
buildPythonPackage rec {
|
||||||
pname = "sphinx-autoapi";
|
pname = "sphinx-autoapi";
|
||||||
version = "1.8.4";
|
version = "1.9.0";
|
||||||
disabled = pythonOlder "3.6";
|
disabled = pythonOlder "3.6";
|
||||||
|
|
||||||
src = fetchPypi {
|
src = fetchPypi {
|
||||||
inherit pname version;
|
inherit pname version;
|
||||||
sha256 = "8c4ec5fbedc1e6e8f4692bcc4fcd1abcfb9e8dfca8a4ded60ad811a743c22ccc";
|
sha256 = "sha256-yJfqM33xatDN4wfL3+K+ziB3iN3hWH+k/IuFfR/F3Lo=";
|
||||||
};
|
};
|
||||||
|
|
||||||
propagatedBuildInputs = [ astroid jinja2 pyyaml sphinx unidecode ];
|
propagatedBuildInputs = [ astroid jinja2 pyyaml sphinx unidecode ];
|
||||||
|
|
Loading…
Add table
Reference in a new issue