python3Packages.sphinx-notfound-page: 1.0.0 -> 1.1.0 (#437857)

This commit is contained in:
Wolfgang Walther
2025-09-23 09:02:50 +00:00
committed by GitHub
@@ -18,7 +18,7 @@
buildPythonPackage rec {
pname = "sphinx-notfound-page";
version = "1.0.0";
version = "1.1.0";
pyproject = true;
disabled = pythonOlder "3.8";
@@ -32,7 +32,7 @@ buildPythonPackage rec {
owner = "readthedocs";
repo = "sphinx-notfound-page";
tag = version;
hash = "sha256-tG71UuYbdlWNgq6Y5xRH3aWc9/eTr/RlsRNWSUjrbBE=";
hash = "sha256-KkdbK8diuQtZQk6FC9xDK/U7mfRBwwUmXp4YYuKueLQ=";
};
nativeBuildInputs = [