python3Packages.botocore: 1.23.14 -> 1.23.21

This commit is contained in:
Jonathan Ringer 2021-12-07 00:56:00 -08:00
parent c242ac85e9
commit 1c7d1a6d71
No known key found for this signature in database
GPG Key ID: 5C841D3CFDFEC4E0

View File

@ -13,11 +13,11 @@
buildPythonPackage rec {
pname = "botocore";
version = "1.23.14"; # N.B: if you change this, change boto3 and awscli to a matching version
version = "1.23.21"; # N.B: if you change this, change boto3 and awscli to a matching version
src = fetchPypi {
inherit pname version;
sha256 = "sha256-6NUsvy5zxiaM8sIH9H48+z7eCYP5PotZZ0tUYo5+8fE=";
sha256 = "d7f8e82cba38aa1e66015cab0a5ca3204503e90afc4695e97228e28329a14c04";
};
propagatedBuildInputs = [