python3Packages.sphinx-autoapi: 3.6.1 -> 3.7.0 (#491722)

This commit is contained in:
Nick Cao
2026-02-18 21:57:17 +00:00
committed by GitHub
@@ -19,14 +19,14 @@
buildPythonPackage rec {
pname = "sphinx-autoapi";
version = "3.6.1";
version = "3.7.0";
pyproject = true;
src = fetchFromGitHub {
owner = "readthedocs";
repo = "sphinx-autoapi";
tag = "v${version}";
hash = "sha256-dafrvrTl4bVBBaAhTCIPVrSA1pdNlbT5Rou3T//fmKQ=";
hash = "sha256-yUWjL+42wju0C+vlZrH30nqTNFCt57TPOZTuefNhaj0=";
};
build-system = [ flit-core ];