python3Packages.boto3: 1.24.42 -> 1.24.75

This commit is contained in:
Martin Weinelt 2022-09-14 23:36:04 +02:00
parent 534d5f169d
commit 5ed928e0d7

View File

@ -13,11 +13,11 @@
buildPythonPackage rec {
pname = "boto3";
version = "1.24.42"; # N.B: if you change this, change botocore and awscli to a matching version
version = "1.24.75"; # N.B: if you change this, change botocore and awscli to a matching version
src = fetchPypi {
inherit pname version;
sha256 = "sha256-3z1u8CMEvXw3EQkJNsCS1dtzXdoQneysHiNsPvf9t68=";
sha256 = "sha256-e/oiQt+bH6c+F/TX959rIlYPVdXaLifleOWF725LFKc=";
};
propagatedBuildInputs = [ botocore jmespath s3transfer ] ++ lib.optionals (!isPy3k) [ futures ];