python312Packages.sphinx-autoapi: 3.1.1 -> 3.1.2

This commit is contained in:
R. Ryantm 2024-07-07 01:30:19 +00:00
parent 8f3b38daf2
commit 4435d6b904

View File

@ -22,7 +22,7 @@
buildPythonPackage rec {
pname = "sphinx-autoapi";
version = "3.1.1";
version = "3.1.2";
pyproject = true;
disabled = pythonOlder "3.7";
@ -30,7 +30,7 @@ buildPythonPackage rec {
src = fetchPypi {
pname = "sphinx_autoapi";
inherit version;
hash = "sha256-tfbjxhzYbAzbfud6nVgMD9EWcmxbKc3LHx1fMKW8ob0=";
hash = "sha256-+l6xiPZ6454ZsufSUnx10GTg8Lmsf3ejVY7CbMtzHCY=";
};
build-system = [ setuptools ];