python3Packages.boto3: 1.17.88 -> 1.17.97

This commit is contained in:
Martin Weinelt 2021-06-18 23:47:10 +02:00 committed by Jonathan Ringer
parent 0e12cfc472
commit 6ea5e3ce5e
No known key found for this signature in database
GPG key ID: 5C841D3CFDFEC4E0

View file

@ -13,11 +13,11 @@
buildPythonPackage rec {
pname = "boto3";
version = "1.17.88"; # N.B: if you change this, change botocore and awscli to a matching version
version = "1.17.97"; # N.B: if you change this, change botocore and awscli to a matching version
src = fetchPypi {
inherit pname version;
sha256 = "sha256-pxXKbERX1W6j4+/em9yL5BwpsvKpBPvRK+/bnLXiieQ=";
sha256 = "0ab5afc51461c30f27aebef944211d16f47697b98ff8d2e2f6e49e59584853bb";
};
propagatedBuildInputs = [ botocore jmespath s3transfer ] ++ lib.optionals (!isPy3k) [ futures ];