python3Packages.botocore: 1.31.57 -> 1.33.6

https://github.com/boto/botocore/blob/1.33.6/CHANGELOG.rst
This commit is contained in:
Martin Weinelt
2023-12-20 20:20:27 +01:00
parent e2b370e37a
commit 68a36f5cf7
@@ -10,12 +10,12 @@
buildPythonPackage rec {
pname = "botocore";
version = "1.31.57"; # N.B: if you change this, change boto3 and awscli to a matching version
version = "1.33.6"; # N.B: if you change this, change boto3 and awscli to a matching version
format = "setuptools";
src = fetchPypi {
inherit pname version;
hash = "sha256-MBQ2F0Y1vsc5siW4QPw2XKAOXBpj5bKhnuZ50gTgG3g=";
hash = "sha256-k4BWurgxgp+Q4J7NcN1rKVr9UrFIL1WC7noR2CQ9lmE=";
};
propagatedBuildInputs = [