python3Packages.amazon_kclpy: 2.0.2 -> 2.0.6

This commit is contained in:
Jonathan Ringer 2021-11-25 14:46:37 -08:00
parent 856701c43c
commit 764a8bd5fc
No known key found for this signature in database
GPG key ID: 5C841D3CFDFEC4E0

View file

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