python3Packages.boto3: 1.14.43 -> 1.14.51

This commit is contained in:
Frederik Rietdijk 2020-08-29 13:41:48 +02:00 committed by Jonathan Ringer
parent 3796d6fe3a
commit ff04b448d9

View file

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