python3Packages.botocore: 1.20.20 -> 1.20.22

This commit is contained in:
Tim Steinbach 2021-03-08 11:50:27 -05:00
parent ecce29eba2
commit 75890e7b35
No known key found for this signature in database
GPG Key ID: 1B40229F19262402

View File

@ -12,11 +12,11 @@
buildPythonPackage rec { buildPythonPackage rec {
pname = "botocore"; pname = "botocore";
version = "1.20.20"; # N.B: if you change this, change boto3 and awscli to a matching version version = "1.20.22"; # 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-gMMqgfse6L36B0p5v7iFuyAG6Kl4LyNTwMn2OScE4To="; sha256 = "sha256-MuhvnRhVW9O03GlKJjmhwfyMi0KknaVDuVrJ0ExAdws=";
}; };
propagatedBuildInputs = [ propagatedBuildInputs = [