python311Packages.sphinx-notfound-page: 0.8.3 -> 1.0.0

Diff: https://github.com/readthedocs/sphinx-notfound-page/compare/0.8.3...1.0.0
This commit is contained in:
natsukium
2023-10-26 23:05:16 +09:00
parent de42c336b8
commit 652fdc8e06
@@ -16,7 +16,7 @@
buildPythonPackage rec {
pname = "sphinx-notfound-page";
version = "0.8.3";
version = "1.0.0";
format = "pyproject";
outputs = [ "out" "doc" ];
@@ -24,7 +24,7 @@ buildPythonPackage rec {
owner = "readthedocs";
repo = "sphinx-notfound-page";
rev = version;
hash = "sha256-9iP6X2dqtMC3+CIrNI3fGDLL8xyXVAWNhN90DlMa9JU=";
hash = "sha256-tG71UuYbdlWNgq6Y5xRH3aWc9/eTr/RlsRNWSUjrbBE=";
};
nativeBuildInputs = [