python3Packages.boto3: 1.16.25 -> 1.16.31

This commit is contained in:
Tim Steinbach 2020-12-08 12:21:26 -05:00
parent 6d369f81ca
commit 27dd3291fe
No known key found for this signature in database
GPG Key ID: 6538CB9266B06F31

View File

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