python3Packages.sphinxcontrib-apidoc: 0.5.0 -> 0.6.0
Diff: https://github.com/sphinx-contrib/apidoc/compare/0.5.0...0.6.0
This commit is contained in:
@@ -8,12 +8,13 @@
|
||||
|
||||
buildPythonPackage rec {
|
||||
pname = "sphinxcontrib-apidoc";
|
||||
version = "0.5.0";
|
||||
version = "0.6.0";
|
||||
pyproject = true;
|
||||
|
||||
src = fetchPypi {
|
||||
inherit pname version;
|
||||
hash = "sha256-Ze/NkiEqX4I3FfuV7gmLRYprsJpe5hfZ7T3q2XF3zVU=";
|
||||
pname = "sphinxcontrib_apidoc";
|
||||
inherit version;
|
||||
hash = "sha256-MpuYENZpiPSOEnpr0YzI77vRzSC43rRpGjVzivSa2I0=";
|
||||
};
|
||||
|
||||
postPatch = ''
|
||||
|
||||
Reference in New Issue
Block a user