python3Packages.botocore: 1.20.34 -> 1.20.39

This commit is contained in:
Tim Steinbach 2021-03-29 09:20:15 -04:00 committed by Jonathan Ringer
parent be5f2ee5c7
commit 87e91218ab

View File

@ -12,11 +12,11 @@
buildPythonPackage rec {
pname = "botocore";
version = "1.20.34"; # N.B: if you change this, change boto3 and awscli to a matching version
version = "1.20.39"; # N.B: if you change this, change boto3 and awscli to a matching version
src = fetchPypi {
inherit pname version;
sha256 = "sha256-dJvbFR40AynxslYAv+nSI+kw+LomvXS3FHjKV4Hy/q8=";
sha256 = "sha256-KFBtI/+pq/VmbCyQnH7cg6ERLNRP506xpJYN9WFTHpg=";
};
propagatedBuildInputs = [