python3Packages.sphinx-autobuild: 2024.09.19 -> 2024.10.03

This commit is contained in:
Martin Weinelt
2025-01-27 10:57:27 +01:00
parent 13ab18a01a
commit cec397ebe6
@@ -21,14 +21,14 @@
buildPythonPackage rec {
pname = "sphinx-autobuild";
version = "2024.09.19";
version = "2024.10.03";
pyproject = true;
src = fetchFromGitHub {
owner = "sphinx-doc";
repo = "sphinx-autobuild";
rev = "refs/tags/${version}";
hash = "sha256-azSQ524iXWeW7D1NgpWErFL4K0TBZ8ib6lRr1J246h4=";
tag = version;
hash = "sha256-RUPyOI0DYmpbemSIA2pNjlE5T4PEAE84yvWbcula0qs=";
};
build-system = [ flit-core ];