Commit 5a609ae7 authored by R. RyanTM's avatar R. RyanTM Committed by Weijia Wang
Browse files

python312Packages.sphinx-autoapi: 3.5.0 -> 3.6.0

parent 42fdc235
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -21,7 +21,7 @@

buildPythonPackage rec {
  pname = "sphinx-autoapi";
  version = "3.5.0";
  version = "3.6.0";
  pyproject = true;

  disabled = pythonOlder "3.8";
@@ -30,7 +30,7 @@ buildPythonPackage rec {
    owner = "readthedocs";
    repo = "sphinx-autoapi";
    tag = "v${version}";
    hash = "sha256-GLIImHO6exBJBhvIMvyv8AyX+01QheIDwOj9Lhc83a8=";
    hash = "sha256-pDfGNpDyrU4q48ZHKqfN8OrxKICfIhac2qMJDB1iE0I=";
  };

  build-system = [ flit-core ];