python312Packages.botocore: 1.34.129 -> 1.34.131

https://github.com/boto/botocore/blob/1.34.131/CHANGELOG.rst
This commit is contained in:
Martin Weinelt
2024-08-09 14:48:19 +02:00
parent b104afe688
commit 4f1600f97d
@@ -14,14 +14,14 @@
buildPythonPackage rec {
pname = "botocore";
version = "1.34.129"; # N.B: if you change this, change boto3 and awscli to a matching version
version = "1.34.131"; # N.B: if you change this, change boto3 and awscli to a matching version
pyproject = true;
disabled = pythonOlder "3.8";
src = fetchPypi {
inherit pname version;
hash = "sha256-fFbiWvYRLWnF0UoVtC92unaHaHq8RjqWrF7coZwKnC0=";
hash = "sha256-UC3a/h1if88eTAB8hkVOXdAR26fFi9jopTaKefPjh9w=";
};
pythonRelaxDeps = [ "urllib3" ];