python3Packages.types-greenlet: 3.2.0.20250915 -> 3.3.0.20251206

This commit was automatically generated using update-python-libraries.
This commit is contained in:
Martin Weinelt
2026-02-01 17:39:07 +01:00
parent 8ee39d9b0f
commit 93a6eae7a1
@@ -7,13 +7,13 @@
buildPythonPackage rec {
pname = "types-greenlet";
version = "3.2.0.20250915";
version = "3.3.0.20251206";
pyproject = true;
src = fetchPypi {
pname = "types_greenlet";
inherit version;
hash = "sha256-gxo5Cx1HibFzsGesVGpAJPqcQ4JdufZhlJFt0MheOSU=";
hash = "sha256-PhqzEqtxVMCO3C6BEPvwDZkgMj7cEUStRZt7AFIGMFU=";
};
build-system = [ setuptools ];