Clone of https://github.com/NixOS/nixpkgs.git (to stress-test knotserver)

python3Packages.types-docutils: 0.21.0.20250728 -> 0.21.0.20250809

R. Ryantm cf04c2bc e4b54494

+2 -2
+2 -2
pkgs/development/python-modules/types-docutils/default.nix
··· 7 7 8 8 buildPythonPackage rec { 9 9 pname = "types-docutils"; 10 - version = "0.21.0.20250728"; 10 + version = "0.21.0.20250809"; 11 11 pyproject = true; 12 12 13 13 src = fetchPypi { 14 14 pname = "types_docutils"; 15 15 inherit version; 16 - hash = "sha256-+/5ESWyYxxQ3zZrCDXHfLqRIeAhPYElgr3zzaW1WK6s="; 16 + hash = "sha256-zCRTyH3HKbWq5JlZdJbk9ptEql/MsnBR7Yu1WwvV4xs="; 17 17 }; 18 18 19 19 build-system = [ setuptools ];