python3Packages.botocore: 1.20.18 -> 1.20.20

This commit is contained in:
Tim Steinbach 2021-03-04 10:39:08 -05:00 committed by Tim Steinbach
parent 025b801914
commit f4daac3c83

View file

@ -12,11 +12,11 @@
buildPythonPackage rec {
pname = "botocore";
version = "1.20.18"; # N.B: if you change this, change boto3 and awscli to a matching version
version = "1.20.20"; # N.B: if you change this, change boto3 and awscli to a matching version
src = fetchPypi {
inherit pname version;
sha256 = "sha256-UZALENpK5FvksWBF5bL/fRFYp5VdnXzF5am6MXDxBYY=";
sha256 = "sha256-gMMqgfse6L36B0p5v7iFuyAG6Kl4LyNTwMn2OScE4To=";
};
propagatedBuildInputs = [