python3Packages.botocore: 1.20.97 -> 1.21.31

This commit is contained in:
Tim Steinbach 2021-08-30 07:35:04 -04:00 committed by Tim Steinbach
parent b558d1552b
commit 33d72275f0
No known key found for this signature in database
GPG Key ID: 3F563A8A6F0D693F

View File

@ -13,11 +13,11 @@
buildPythonPackage rec {
pname = "botocore";
version = "1.20.106"; # N.B: if you change this, change boto3 and awscli to a matching version
version = "1.21.31"; # N.B: if you change this, change boto3 and awscli to a matching version
src = fetchPypi {
inherit pname version;
sha256 = "sha256-bVyYOAix0AQ39W0MCEEr2C2fgBL9t35VX5cneh/U1d8=";
sha256 = "sha256-WM0xXirglxrNs9fNqcnDa0HHMYH0GUOnRDgS1tPJrRg=";
};
propagatedBuildInputs = [