diff --git a/pkgs/development/python-modules/boto3/default.nix b/pkgs/development/python-modules/boto3/default.nix index 595026d8a12c..ca3ffa98575a 100644 --- a/pkgs/development/python-modules/boto3/default.nix +++ b/pkgs/development/python-modules/boto3/default.nix @@ -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 ];