python3Packages.botocore: 1.23.21 -> 1.23.35

This commit is contained in:
Jonathan Ringer 2022-01-13 16:58:11 -08:00 committed by Martin Weinelt
parent 5727b4aa1d
commit c5f8c73080

View file

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