python310Packages.eventlet: 0.33.1 -> 0.33.3

Diff: https://github.com/eventlet/eventlet/compare/v0.33.1...v0.33.3
This commit is contained in:
Fabian Affolter
2023-02-10 11:20:17 +01:00
parent 240a2d51ef
commit df6cdf026f

View File

@@ -15,14 +15,14 @@
buildPythonPackage rec {
pname = "eventlet";
version = "0.33.1";
version = "0.33.3";
format = "setuptools";
src = fetchFromGitHub {
owner = "eventlet";
repo = pname;
rev = "v${version}";
hash = "sha256-8tIvvTTCcIG56VaPZMhdzAKnFRsYV3YC9xcf47nh838=";
hash = "sha256-iSSEZgPkK7RrZfU11z7hUk+JbFsCPH/SD16e+/f6TFU=";
};
propagatedBuildInputs = [