python3Packages.types-docutils: 0.22.2.20250924 -> 0.22.2.20251006 (#451046)

This commit is contained in:
Fabian Affolter
2025-10-11 17:49:56 +00:00
committed by GitHub
@@ -7,13 +7,13 @@
buildPythonPackage rec {
pname = "types-docutils";
version = "0.22.2.20250924";
version = "0.22.2.20251006";
pyproject = true;
src = fetchPypi {
pname = "types_docutils";
inherit version;
hash = "sha256-oT+0EmdsFk7ex8Lyb+Uqt7C3yGgWjazEKY9qgGkpjz0=";
hash = "sha256-w2wEWRBu2jnpCOkUe8/529iFNZdc3jmUM8QopRe547I=";
};
build-system = [ setuptools ];