python3Packages.botocore: 1.20.22 -> 1.20.24

This commit is contained in:
Tim Steinbach 2021-03-10 09:35:40 -05:00
parent e9bdaba317
commit 91485ba756
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.22"; # N.B: if you change this, change boto3 and awscli to a matching version version = "1.20.24"; # 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-MuhvnRhVW9O03GlKJjmhwfyMi0KknaVDuVrJ0ExAdws="; sha256 = "sha256-k5i82UkUQqpVmnwRG5YAS7Bq9hLlO6pxZbCmRrtDU00=";
}; };
propagatedBuildInputs = [ propagatedBuildInputs = [