python3Packages.boto3: 1.16.31 -> 1.16.35

This commit is contained in:
Tim Steinbach 2020-12-14 13:16:03 -05:00
parent 18264172d8
commit f1dff1bded
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.16.31"; # N.B: if you change this, change botocore too
version = "1.16.35"; # N.B: if you change this, change botocore too
src = fetchPypi {
inherit pname version;
sha256 = "0c9q7njargrhxcl99mdc7xbb29imp8kpyg3d0vwq2crlzxln8y49";
sha256 = "0ah1jhj68v6d8qm2mk64jjl6zi9qa3ssmj9jv3fmk9kyahahjpm3";
};
propagatedBuildInputs = [ botocore jmespath s3transfer ] ++ lib.optionals (!isPy3k) [ futures ];