python3Packages.types-docutils: 0.22.3.20260518 -> 0.22.3.20260712

This commit is contained in:
R. Ryantm
2026-07-18 10:59:43 +00:00
parent bdc4412fd8
commit eae70df6d7

View File

@@ -7,13 +7,13 @@
buildPythonPackage rec {
pname = "types-docutils";
version = "0.22.3.20260518";
version = "0.22.3.20260712";
pyproject = true;
src = fetchPypi {
pname = "types_docutils";
inherit version;
hash = "sha256-LEW6Y6msZCRjNTWbaP6cJ2ApJkmcm2fK7DeAdF9qre4=";
hash = "sha256-vtVKUBNsjnYTwD7hxR65WLQnVJFd+DU13jVrl0ygWHc=";
};
build-system = [ setuptools ];