python3Packages.botocore: 1.24.33 -> 1.27.31

This commit is contained in:
Martin Weinelt 2022-07-16 12:59:00 +02:00
parent 587220102b
commit 214c58cb4f

View File

@ -12,11 +12,11 @@
buildPythonPackage rec {
pname = "botocore";
version = "1.24.33"; # N.B: if you change this, change boto3 and awscli to a matching version
version = "1.27.31"; # N.B: if you change this, change boto3 and awscli to a matching version
src = fetchPypi {
inherit pname version;
sha256 = "sha256-6l/RgAggMKbDP6Gb8BHXKXDz7SPP/xtBQTBp4yV2gQM=";
sha256 = "sha256-sMx5+1o3oOK2vv6G79AnuSEB2Bnx/cVs//OfLrI58jI=";
};
propagatedBuildInputs = [