Skip to content

Commit

Permalink
python313Packages.sphinx: 7.4.7 -> 8.1.3
Browse files Browse the repository at this point in the history
  • Loading branch information
mweinelt committed Oct 28, 2024
1 parent 71efdcf commit 65093e7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkgs/development/python-modules/sphinx/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@

buildPythonPackage rec {
pname = "sphinx";
version = "7.4.7";
version = "8.1.3";
pyproject = true;

disabled = pythonOlder "3.9";
Expand All @@ -56,7 +56,7 @@ buildPythonPackage rec {
mv tests/roots/test-images/{testimäge,testimæge}.png
sed -i 's/testimäge/testimæge/g' tests/{test_build*.py,roots/test-images/index.rst}
'';
hash = "sha256-/5zH9IdLmTGnn5MY4FFSuZOIeF/x1L9Ga/wp57XrAQo=";
hash = "sha256-AObNQz2gKoPHfvC5aoefynXfQMe3bnQpEx6KrLNQBoQ=";
};

build-system = [ flit-core ];
Expand Down

0 comments on commit 65093e7

Please sign in to comment.