python3Packages.sphinx-reredirects: 1.0.0 -> 1.1.0 (#474738)

This commit is contained in:
Fabian Affolter
2025-12-28 10:38:07 +00:00
committed by GitHub
@@ -8,13 +8,13 @@
buildPythonPackage rec {
pname = "sphinx-reredirects";
version = "1.0.0";
version = "1.1.0";
pyproject = true;
src = fetchPypi {
pname = "sphinx_reredirects";
inherit version;
hash = "sha256-fJutqfEzBIn89Mcpei1toqScpId9P0LROIrh3hAZv1w=";
hash = "sha256-+5sZUzWrFLQ/gnMofQx+62N7psVsZlgcEbRyAvZxiyk=";
};
build-system = [