python312Packages.boto3-stubs: 1.35.29 -> 1.35.71

This commit is contained in:
Fabian Affolter 2024-11-28 22:40:16 +01:00
parent eeab2e4e5e
commit 81684eba3f

View File

@ -359,7 +359,7 @@
buildPythonPackage rec {
pname = "boto3-stubs";
version = "1.35.29";
version = "1.35.71";
pyproject = true;
disabled = pythonOlder "3.7";
@ -367,7 +367,7 @@ buildPythonPackage rec {
src = fetchPypi {
pname = "boto3_stubs";
inherit version;
hash = "sha256-bl8IL3zQKL3zv8V8nbO3hOD27CIysQSChZqRnWzWv8k=";
hash = "sha256-UOIPp0JIyWs+NJiy2BOIWFWD44ufBgnS+lglfknJhqU=";
};
build-system = [ setuptools ];