boto3: 1.14.51 -> 1.14.60

This commit is contained in:
Tim Steinbach 2020-09-14 09:10:20 -04:00
parent 8ec1cb8b7a
commit 8bf7fe69c5
No known key found for this signature in database
GPG Key ID: 6538CB9266B06F31

View File

@ -13,11 +13,11 @@
buildPythonPackage rec {
pname = "boto3";
version = "1.14.51"; # N.B: if you change this, change botocore too
version = "1.14.60"; # N.B: if you change this, change botocore too
src = fetchPypi {
inherit pname version;
sha256 = "a6bdb808e948bd264af135af50efb76253e85732c451fa605b7a287faf022432";
sha256 = "05s2ysp90mwz5aydzfs9xm3hk9pz7s95zzpjg6g1msyy2gp2gjnq";
};
propagatedBuildInputs = [ botocore jmespath s3transfer ] ++ lib.optionals (!isPy3k) [ futures ];