python312Packages.types-aiobotocore-*: 2.13.1 -> 2.15.0 (#333891)

This commit is contained in:
Fabian Affolter 2024-09-13 09:21:51 +02:00 committed by GitHub
commit ef9abaca05
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 865 additions and 714 deletions

View File

@ -364,13 +364,13 @@
buildPythonPackage rec {
pname = "types-aiobotocore";
version = "2.13.1";
version = "2.15.0";
pyproject = true;
src = fetchPypi {
pname = "types_aiobotocore";
inherit version;
hash = "sha256-iJCVMd8HK22CsAbOg3c4hlnatiyMNFw97V8XtjWJwPQ=";
hash = "sha256-65wheAyrOIe6rwrjygLF/gq3uYj0qaXEPnr/L4lNfKc=";
};
build-system = [ setuptools ];