python311Packages.botocore: 1.31.48 -> 1.31.57

https://github.com/boto/botocore/compare/1.31.9...1.31.57
This commit is contained in:
Anthony Roussel
2023-10-04 17:10:34 +02:00
parent 334f853e68
commit 3ef2a7c670
@@ -10,12 +10,12 @@
buildPythonPackage rec {
pname = "botocore";
version = "1.31.48"; # N.B: if you change this, change boto3 and awscli to a matching version
version = "1.31.57"; # N.B: if you change this, change boto3 and awscli to a matching version
format = "setuptools";
src = fetchPypi {
inherit pname version;
hash = "sha256-btFvZqpu1gcP7SbWl2TLFMd1nkzAscGRKDzEiwXWXek=";
hash = "sha256-MBQ2F0Y1vsc5siW4QPw2XKAOXBpj5bKhnuZ50gTgG3g=";
};
propagatedBuildInputs = [