python3Packages.boto3: 1.20.21 -> 1.20.35

This commit is contained in:
Jonathan Ringer 2022-01-13 16:58:11 -08:00 committed by Martin Weinelt
parent 738d7d5e55
commit 5727b4aa1d

View file

@ -13,11 +13,11 @@
buildPythonPackage rec {
pname = "boto3";
version = "1.20.21"; # N.B: if you change this, change botocore and awscli to a matching version
version = "1.20.35"; # N.B: if you change this, change botocore and awscli to a matching version
src = fetchPypi {
inherit pname version;
sha256 = "2fb05cbe81b9ce11d9394fc6c4ffa5fd1cceb114dc1d2887dc61081707e44522";
sha256 = "42dd9fcb9e033ab19c9dfaeaba745ef9d2db6efe4e9f1e1f547b3e3e0b1f4a82";
};
propagatedBuildInputs = [ botocore jmespath s3transfer ] ++ lib.optionals (!isPy3k) [ futures ];