python3Packages.botocore: 1.20.12 -> 1.20.17

This commit is contained in:
Tim Steinbach 2021-02-28 10:32:38 -05:00 committed by Tim Steinbach
parent e1d350c1bb
commit d44c8cd61f

View file

@ -12,11 +12,11 @@
buildPythonPackage rec { buildPythonPackage rec {
pname = "botocore"; pname = "botocore";
version = "1.20.12"; # N.B: if you change this, change boto3 and awscli to a matching version version = "1.20.17"; # N.B: if you change this, change boto3 and awscli to a matching version
src = fetchPypi { src = fetchPypi {
inherit pname version; inherit pname version;
sha256 = "sha256-OakjFaF6b4vBkU27Ag9S6SnxjluZpPocXYeF+RNCftg="; sha256 = "sha256-F4zjFdGf4O8z6M5nVKSC0Ano0TLFrcxFf1zx2ZqYdTs=";
}; };
propagatedBuildInputs = [ propagatedBuildInputs = [