python3Packages.types-docutils: 0.22.3.20260712 -> 0.22.3.20260724

This commit is contained in:
Fabian Affolter
2026-08-22 01:36:56 +02:00
parent 2e96796e37
commit 1f97a2fd4a

View File

@@ -7,13 +7,13 @@
buildPythonPackage (finalAttrs: {
pname = "types-docutils";
version = "0.22.3.20260712";
version = "0.22.3.20260724";
pyproject = true;
src = fetchPypi {
pname = "types_docutils";
inherit (finalAttrs) version;
hash = "sha256-vtVKUBNsjnYTwD7hxR65WLQnVJFd+DU13jVrl0ygWHc=";
hash = "sha256-AiPOh/m4MxpaOnx4MugoAz0onaa4eKDc+8dMMOxYhQ4=";
};
build-system = [ setuptools ];