python3Packages.boto3: 1.15.18 -> 1.16.25

This commit is contained in:
Tim Steinbach 2020-11-25 12:45:17 -05:00
parent 1ff8d1b172
commit fce75e16c9
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.15.18"; # N.B: if you change this, change botocore too
version = "1.16.25"; # N.B: if you change this, change botocore too
src = fetchPypi {
inherit pname version;
sha256 = "f56148e2c6b9a2d704218da42f07d72f00270bfddb13bc1bdea20d3327daa51e";
sha256 = "05qxcfis4rnkjxh8wyks3gcpg14cshpd2rrhb1adxd0hpq5aprhk";
};
propagatedBuildInputs = [ botocore jmespath s3transfer ] ++ lib.optionals (!isPy3k) [ futures ];