lol

python312Packages.types-greenlet: 3.1.0.20250401 -> 3.2.0.20250417

R. Ryantm d09fa236 7650c611

+2 -2
+2 -2
pkgs/development/python-modules/types-greenlet/default.nix
··· 7 7 8 8 buildPythonPackage rec { 9 9 pname = "types-greenlet"; 10 - version = "3.1.0.20250401"; 10 + version = "3.2.0.20250417"; 11 11 pyproject = true; 12 12 13 13 src = fetchPypi { 14 14 pname = "types_greenlet"; 15 15 inherit version; 16 - hash = "sha256-lJOJtkw0ypRy9jNRien+Cy6XBENtTwhQ456bcUWQkII="; 16 + hash = "sha256-6wBq/PKB7FdWp1wf1KbIp75dDMCbLoLEhWx2R2DPoOM="; 17 17 }; 18 18 19 19 build-system = [ setuptools ];