sphinx-autobuild: 2024.10.03 -> 2025.08.25

This commit is contained in:
R. Ryantm
2025-08-26 02:13:22 +00:00
parent 0e209ec109
commit 72cf4896e3
@@ -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 ];