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 8 buildPythonPackage rec { 9 pname = "types-docutils"; 10 - version = "0.21.0.20250728"; 11 pyproject = true; 12 13 src = fetchPypi { 14 pname = "types_docutils"; 15 inherit version; 16 - hash = "sha256-+/5ESWyYxxQ3zZrCDXHfLqRIeAhPYElgr3zzaW1WK6s="; 17 }; 18 19 build-system = [ setuptools ];
··· 7 8 buildPythonPackage rec { 9 pname = "types-docutils"; 10 + version = "0.21.0.20250809"; 11 pyproject = true; 12 13 src = fetchPypi { 14 pname = "types_docutils"; 15 inherit version; 16 + hash = "sha256-zCRTyH3HKbWq5JlZdJbk9ptEql/MsnBR7Yu1WwvV4xs="; 17 }; 18 19 build-system = [ setuptools ];