python3Packages.awslambdaric: 2.2.1 -> 3.0.0

Changed files
+2 -2
pkgs
development
python-modules
awslambdaric
+2 -2
pkgs/development/python-modules/awslambdaric/default.nix
···
}:
buildPythonPackage rec {
pname = "awslambdaric";
-
version = "2.2.1";
+
version = "3.0.0";
pyproject = true;
disabled = isPy27;
···
owner = "aws";
repo = "aws-lambda-python-runtime-interface-client";
tag = version;
-
sha256 = "sha256-IA2Kx4+U0+8lPl9TTTZC46Y3WhSUb5HR5Hr9QZSJIDU=";
+
sha256 = "sha256-pUVWd4zpmTygndPIy76uVk7+sLCmwQqulLaUI7B0fQc=";
};
propagatedBuildInputs = [ simplejson ];