python3Packages.amazon_kclpy: 1.5.1 -> 2.0.1

This commit is contained in:
Frederik Rietdijk 2020-11-29 15:04:22 +01:00
parent 3bbdce559d
commit d76b2390a0

View File

@ -2,13 +2,13 @@
buildPythonPackage rec { buildPythonPackage rec {
pname = "amazon_kclpy"; pname = "amazon_kclpy";
version = "1.5.1"; version = "2.0.1";
src = fetchFromGitHub { src = fetchFromGitHub {
owner = "awslabs"; owner = "awslabs";
repo = "amazon-kinesis-client-python"; repo = "amazon-kinesis-client-python";
rev = "v${version}"; rev = "v${version}";
sha256 = "0jjqh9hq0hx2wr7wlqjr6cixpygragwlk4pz7rkqg2gkbhazmnq3"; sha256 = "13iq217fg0bxafp2rl684pg1rz4jbwid8cc8ip4rim07kzn65lbg";
}; };
# argparse is just required for python2.6 # argparse is just required for python2.6