python3Packages.awslambdaric: 2.2.1 -> 3.0.0

This commit is contained in:
Martin Weinelt
2025-01-27 10:54:42 +01:00
parent 98e7a7247f
commit c2e687d2e3
@@ -17,7 +17,7 @@
}:
buildPythonPackage rec {
pname = "awslambdaric";
version = "2.2.1";
version = "3.0.0";
pyproject = true;
disabled = isPy27;
@@ -26,7 +26,7 @@ buildPythonPackage rec {
owner = "aws";
repo = "aws-lambda-python-runtime-interface-client";
tag = version;
sha256 = "sha256-IA2Kx4+U0+8lPl9TTTZC46Y3WhSUb5HR5Hr9QZSJIDU=";
sha256 = "sha256-pUVWd4zpmTygndPIy76uVk7+sLCmwQqulLaUI7B0fQc=";
};
propagatedBuildInputs = [ simplejson ];