python3Packages.amazon-kclpy: 2.1.1 -> 2.1.3

This commit is contained in:
Martin Weinelt 2023-09-15 14:05:44 +02:00
parent 7ce7403597
commit 5697f68514

View file

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