Unverified Commit 29947980 authored by Weijia Wang's avatar Weijia Wang Committed by GitHub
Browse files

python312Packages.sphinx-autoapi: 3.5.0 -> 3.6.0 (#385888)

parents e733fd6a c1bf08c0
Loading
Loading
Loading
Loading
+3 −3
Original line number Diff line number Diff line
@@ -21,16 +21,16 @@

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

  disabled = pythonOlder "3.8";
  disabled = pythonOlder "3.9";

  src = fetchFromGitHub {
    owner = "readthedocs";
    repo = "sphinx-autoapi";
    tag = "v${version}";
    hash = "sha256-GLIImHO6exBJBhvIMvyv8AyX+01QheIDwOj9Lhc83a8=";
    hash = "sha256-pDfGNpDyrU4q48ZHKqfN8OrxKICfIhac2qMJDB1iE0I=";
  };

  build-system = [ flit-core ];