python3Packages.types-docutils: 0.21.0.20250722 -> 0.21.0.20250728

This commit is contained in:
R. Ryantm
2025-08-04 02:03:23 +00:00
parent 3360ea758b
commit 3abce8dc8c
@@ -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 ];