python312Packages.types-aiobotocore: 2.13.2 -> 2.15.0

This commit is contained in:
Fabian Affolter 2024-09-12 23:58:44 +02:00
parent 7a33145986
commit c6560d9b60

View File

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