python3Packages.sphinx-notfound-page: 1.0.0 -> 1.1.0

This commit is contained in:
R. Ryantm
2025-08-28 09:37:23 +00:00
parent 33de6dfc31
commit 3366e2a084
@@ -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 = [