python3Packages.types-docutils: 0.21.0.20250722 -> 0.21.0.20250728 (#430807)

This commit is contained in:
Fabian Affolter
2025-08-04 15:11:44 +02:00
committed by GitHub
@@ -7,13 +7,13 @@
buildPythonPackage rec {
pname = "types-docutils";
version = "0.21.0.20250722";
version = "0.21.0.20250728";
pyproject = true;
src = fetchPypi {
pname = "types_docutils";
inherit version;
hash = "sha256-DctNgRChRbpfnHe+R8/AO1U4f3vVO6KWTrCoMOyxtKk=";
hash = "sha256-+/5ESWyYxxQ3zZrCDXHfLqRIeAhPYElgr3zzaW1WK6s=";
};
build-system = [ setuptools ];