From cf04c2bcda080e3384a2f5137cf6acb529ebc105 Mon Sep 17 00:00:00 2001 From: "R. Ryantm" Date: Wed, 13 Aug 2025 03:40:01 +0000 Subject: [PATCH] python3Packages.types-docutils: 0.21.0.20250728 -> 0.21.0.20250809 --- pkgs/development/python-modules/types-docutils/default.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pkgs/development/python-modules/types-docutils/default.nix b/pkgs/development/python-modules/types-docutils/default.nix index 8f1d8edd525b..052de2aac69a 100644 --- a/pkgs/development/python-modules/types-docutils/default.nix +++ b/pkgs/development/python-modules/types-docutils/default.nix @@ -7,13 +7,13 @@ buildPythonPackage rec { pname = "types-docutils"; - version = "0.21.0.20250728"; + version = "0.21.0.20250809"; pyproject = true; src = fetchPypi { pname = "types_docutils"; inherit version; - hash = "sha256-+/5ESWyYxxQ3zZrCDXHfLqRIeAhPYElgr3zzaW1WK6s="; + hash = "sha256-zCRTyH3HKbWq5JlZdJbk9ptEql/MsnBR7Yu1WwvV4xs="; }; build-system = [ setuptools ];