boto{3,core}: {1.6.0,1.9.3} -> {1.7.9,1.10.9}

Yeah yeah, I want parallel glob expansion but you get what I mean.
These two packages like getting upgraded together so to minimize
incompatibilities I'm upgrading them both in the same commit.
This commit is contained in:
Dan Peebles 2018-04-25 21:36:13 -04:00
parent 7673593c85
commit ca52152a91
2 changed files with 4 additions and 4 deletions

View File

@ -13,13 +13,13 @@
buildPythonPackage rec {
pname = "boto3";
version = "1.6.0";
version = "1.7.9";
src = fetchFromGitHub {
owner = "boto";
repo = "boto3";
rev = version;
sha256 = "14d60wc5kff2gjkrm0yfz0179s0qg3f1qqldv8hnf37ny6yvfwn3";
sha256 = "0yqym19nlayjm1qlh6vvinmk5xw0zskil971n2v9s65ray7sn5lv";
};
propagatedBuildInputs = [ botocore jmespath s3transfer ] ++ lib.optionals (!isPy3k) [ futures ];

View File

@ -12,11 +12,11 @@
buildPythonPackage rec {
name = "${pname}-${version}";
pname = "botocore";
version = "1.9.3";
version = "1.10.9";
src = fetchPypi {
inherit pname version;
sha256 = "d5b892ab86cd3e8d6cb570dd5275bf1c600cbbf9f07a40a22bcdd9023c0e844f";
sha256 = "19vlf2w05h9818hrhx8al4r9ngfhvhf2pxcwka9s7bc51qnhx4xh";
};
propagatedBuildInputs = [