python3Packages.sphinx-autobuild: 2024.04.16 -> 2024.09.19
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user