python3Packages.amazon_kclpy: 2.0.6 -> 2.1.1

This commit is contained in:
Martin Weinelt 2023-02-27 02:14:05 +01:00
parent 3b8f6b5d6b
commit dd5fc9c62a

View File

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