python3Packages.sphinx: 4.5.0 -> 5.0.2

This commit is contained in:
Martin Weinelt
2022-07-21 22:35:16 +02:00
parent 2600469082
commit 79bca90ca7
@@ -30,7 +30,7 @@
buildPythonPackage rec {
pname = "sphinx";
version = "4.5.0";
version = "5.0.2";
format = "setuptools";
disabled = pythonOlder "3.6";
@@ -38,8 +38,8 @@ buildPythonPackage rec {
src = fetchFromGitHub {
owner = "sphinx-doc";
repo = pname;
rev = "v${version}";
sha256 = "sha256-Lw9yZWCQpt02SL/McWPcyFRfVhQHC0TejcYRbVw+VxY=";
rev = "refs/tags/v${version}";
hash = "sha256-kdwznYvs4szhC+qoL2Zsib9cU69fag1KhCXl8qIGkZU=";
postFetch = ''
cd $out
mv tests/roots/test-images/testimäge.png \
@@ -50,7 +50,7 @@ buildPythonPackage rec {
postPatch = ''
substituteInPlace setup.py \
--replace "docutils>=0.14,<0.18" "docutils>=0.14"
--replace "docutils>=0.14,<0.19" "docutils>=0.14"
# remove impurity caused by date inclusion
# https://github.com/sphinx-doc/sphinx/blob/master/setup.cfg#L4-L6