python: boto3: 1.13.6 -> 1.13.23

This commit is contained in:
Frederik Rietdijk 2020-06-05 19:44:33 +02:00
parent ed62205858
commit 2335a24f5d

View File

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