python3Packages.boto3: 1.11.13 -> 1.11.17

This commit is contained in:
Frederik Rietdijk 2020-05-09 12:01:44 +02:00
parent f2fd4a4129
commit d3328eebcc

View File

@ -13,11 +13,11 @@
buildPythonPackage rec {
pname = "boto3";
version = "1.11.13"; # N.B: if you change this, change botocore too
version = "1.11.17"; # N.B: if you change this, change botocore too
src = fetchPypi {
inherit pname version;
sha256 = "09eccb6cd41381c4ff1d626c3a19884b5b1f1424d15a96004d077b532ef393d1";
sha256 = "3f02c5ec585fe0c7c843026f0f3db3a7bb98a830072b0eb151456ed07ba8e46d";
};
propagatedBuildInputs = [ botocore jmespath s3transfer ] ++ lib.optionals (!isPy3k) [ futures ];