python3Packages.sphinx-autoapi: 3.6.1 -> 3.7.0

This commit is contained in:
R. Ryantm
2026-02-18 10:10:45 +00:00
parent 17eefbfdcd
commit 07135b53ed
@@ -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 ];