python312Packages.boto3-stubs: 1.34.158 -> 1.34.160

This commit is contained in:
Fabian Affolter
2024-08-14 11:52:15 +02:00
parent f7962e8d6b
commit 67903829ff
@@ -366,7 +366,7 @@
buildPythonPackage rec {
pname = "boto3-stubs";
version = "1.34.158";
version = "1.34.160";
pyproject = true;
disabled = pythonOlder "3.7";
@@ -374,7 +374,7 @@ buildPythonPackage rec {
src = fetchPypi {
pname = "boto3_stubs";
inherit version;
hash = "sha256-APECk1mT4NCQQnrHkqTsU5Dk1nD6w5xbXNQ9mb0Ejc4=";
hash = "sha256-xrHf6zyuZz7tWW8BQJM54uC5VaUkGhbO5p8pMD2bN94=";
};
build-system = [ setuptools ];