python3Packages.botocore: 1.21.54 -> 1.23.13

This commit is contained in:
Jonathan Ringer
2021-11-30 18:48:36 -08:00
parent 5bd40af3c6
commit 2f9b29d1fd
@@ -13,11 +13,11 @@
buildPythonPackage rec {
pname = "botocore";
version = "1.21.54"; # N.B: if you change this, change boto3 and awscli to a matching version
version = "1.23.13"; # N.B: if you change this, change boto3 and awscli to a matching version
src = fetchPypi {
inherit pname version;
sha256 = "sha256-RhJ7OjhdDsc9GZS4lYsjt54GE+EsSGNxoQDfmStyobk=";
sha256 = "35792b2196049ef900f538cae51fb8359c940156eef187962aa9e3bd2c0b8e8c";
};
propagatedBuildInputs = [