python3Packages.boto3: 1.17.97 -> 1.17.106

This commit is contained in:
Martin Weinelt
2021-09-05 15:00:34 +02:00
parent 48713fb7c0
commit dc4ba4d4bf
@@ -13,11 +13,11 @@
buildPythonPackage rec {
pname = "boto3";
version = "1.17.97"; # N.B: if you change this, change botocore and awscli to a matching version
version = "1.17.106"; # N.B: if you change this, change botocore and awscli to a matching version
src = fetchPypi {
inherit pname version;
sha256 = "0ab5afc51461c30f27aebef944211d16f47697b98ff8d2e2f6e49e59584853bb";
sha256 = "sha256-wHQDeLkTylP1/A26kemadSxaMK57WKDF5U4+KmjfJsU=";
};
propagatedBuildInputs = [ botocore jmespath s3transfer ] ++ lib.optionals (!isPy3k) [ futures ];