python3Packages.sphinx-autobuild: 2024.10.03 -> 2025.08.25

This commit is contained in:
R. Ryantm
2025-08-31 06:04:13 +00:00
parent b536f7a97c
commit 67011bdabf
@@ -21,14 +21,14 @@
buildPythonPackage rec {
pname = "sphinx-autobuild";
version = "2024.10.03";
version = "2025.08.25";
pyproject = true;
src = fetchFromGitHub {
owner = "sphinx-doc";
repo = "sphinx-autobuild";
tag = version;
hash = "sha256-RUPyOI0DYmpbemSIA2pNjlE5T4PEAE84yvWbcula0qs=";
hash = "sha256-JfhLC1924bU1USvoYwluFGdxxahS+AfRSHnGlLfE0NY=";
};
build-system = [ flit-core ];