python3Packages.sphinx-autobuild: 2024.04.16 -> 2024.09.19

This commit is contained in:
Martin Weinelt
2024-10-13 11:09:17 +02:00
parent fdf421f97d
commit db672d6e26
@@ -8,6 +8,7 @@
# dependencies
colorama,
httpx,
sphinx,
starlette,
uvicorn,
@@ -20,20 +21,21 @@
buildPythonPackage rec {
pname = "sphinx-autobuild";
version = "2024.04.16";
version = "2024.09.19";
pyproject = true;
src = fetchFromGitHub {
owner = "sphinx-doc";
repo = "sphinx-autobuild";
rev = "refs/tags/${version}";
hash = "sha256-5HgRqt2ZTGcQ6X2sZN0gRfahmwlqpDbae5gOnGa02L0=";
hash = "sha256-azSQ524iXWeW7D1NgpWErFL4K0TBZ8ib6lRr1J246h4=";
};
build-system = [ flit-core ];
dependencies = [
colorama
httpx
sphinx
starlette
uvicorn