python3Packages.boto3-stubs: 1.34.160 -> 1.35.29

This commit is contained in:
Martin Weinelt
2024-10-13 11:03:00 +02:00
parent 281552a25e
commit 0fb32307c4
@@ -359,7 +359,7 @@
buildPythonPackage rec {
pname = "boto3-stubs";
version = "1.34.160";
version = "1.35.29";
pyproject = true;
disabled = pythonOlder "3.7";
@@ -367,7 +367,7 @@ buildPythonPackage rec {
src = fetchPypi {
pname = "boto3_stubs";
inherit version;
hash = "sha256-xrHf6zyuZz7tWW8BQJM54uC5VaUkGhbO5p8pMD2bN94=";
hash = "sha256-bl8IL3zQKL3zv8V8nbO3hOD27CIysQSChZqRnWzWv8k=";
};
build-system = [ setuptools ];