python: boto3: 1.11.17 -> 1.13.6

This commit is contained in:
Frederik Rietdijk 2020-05-10 09:35:54 +02:00
parent 30f0461cdd
commit 2f47dc682f

View file

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