python3Packages.amazon_kclpy: 1.5.0 -> 1.5.1
This commit is contained in:
parent
73719b1148
commit
6a9d91dc35
@ -2,13 +2,13 @@
|
|||||||
|
|
||||||
buildPythonPackage rec {
|
buildPythonPackage rec {
|
||||||
pname = "amazon_kclpy";
|
pname = "amazon_kclpy";
|
||||||
version = "1.5.0";
|
version = "1.5.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 = "1qg86y9172gm5592ja7lr6w7kfnx668j99bf3ijklpk5yshxwr9m";
|
sha256 = "0jjqh9hq0hx2wr7wlqjr6cixpygragwlk4pz7rkqg2gkbhazmnq3";
|
||||||
};
|
};
|
||||||
|
|
||||||
# argparse is just required for python2.6
|
# argparse is just required for python2.6
|
||||||
|
Loading…
x
Reference in New Issue
Block a user