python3Packages.amazon-kclpy: 2.1.4 -> 2.1.5

This commit is contained in:
Martin Weinelt
2024-06-24 12:14:41 +02:00
parent a7739feda7
commit dd69b1b9d4
@@ -11,14 +11,14 @@
buildPythonPackage rec {
pname = "amazon-kclpy";
version = "2.1.4";
version = "2.1.5";
pyproject = true;
src = fetchFromGitHub {
owner = "awslabs";
repo = "amazon-kinesis-client-python";
rev = "refs/tags/v${version}";
hash = "sha256-TWIGu7WuoaPhk8cz+hMXvGLIPQ5kly8aj20ZtvTZzwg=";
hash = "sha256-kSboeg/fdg7hbiWyPzAAsYo+0vbQDfRoeJYHlrrFNrA=";
};
patches = [