python3Packages.botocore: 1.21.31 -> 1.21.54

This commit is contained in:
Tim Steinbach 2021-10-05 04:16:36 -04:00
parent e143b6b572
commit c3604d3819
No known key found for this signature in database
GPG Key ID: 1B40229F19262402

View File

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