python3Packages.types-docutils: 0.22.3.20260223 -> 0.22.3.20260518

This commit is contained in:
Fabian Affolter
2026-06-10 22:51:39 +02:00
parent 1724b04f0a
commit 8400cadfab
@@ -7,17 +7,23 @@
buildPythonPackage rec {
pname = "types-docutils";
version = "0.22.3.20260223";
version = "0.22.3.20260518";
pyproject = true;
src = fetchPypi {
pname = "types_docutils";
inherit version;
hash = "sha256-6Q6Gjagt9hXqIhfPNt/zHwlmDaoV/A+VavU/icE2RQE=";
hash = "sha256-LEW6Y6msZCRjNTWbaP6cJ2ApJkmcm2fK7DeAdF9qre4=";
};
build-system = [ setuptools ];
postPatch = ''
substituteInPlace pyproject.toml \
--replace-fail "'docutils-stubs' = [" "'*' = [" \
--replace-fail "setuptools>=82.0.1" "setuptools"
'';
# Module doesn't have tests
doCheck = false;