Skip to content

Commit

Permalink
python311Packages.sphinx-notfound-page: 0.8.3 -> 1.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
natsukium committed Oct 26, 2023
1 parent de42c33 commit 652fdc8
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -16,15 +16,15 @@

buildPythonPackage rec {
pname = "sphinx-notfound-page";
version = "0.8.3";
version = "1.0.0";
format = "pyproject";
outputs = [ "out" "doc" ];

src = fetchFromGitHub {
owner = "readthedocs";
repo = "sphinx-notfound-page";
rev = version;
hash = "sha256-9iP6X2dqtMC3+CIrNI3fGDLL8xyXVAWNhN90DlMa9JU=";
hash = "sha256-tG71UuYbdlWNgq6Y5xRH3aWc9/eTr/RlsRNWSUjrbBE=";
};

nativeBuildInputs = [
Expand Down

0 comments on commit 652fdc8

Please sign in to comment.