python3Packages.types-aiobotocore: 2.23.0 -> 2.23.2 (#429292)

This commit is contained in:
Nick Cao
2025-07-30 14:06:41 -04:00
committed by GitHub
@@ -364,13 +364,13 @@
buildPythonPackage rec {
pname = "types-aiobotocore";
version = "2.23.0";
version = "2.23.2";
pyproject = true;
src = fetchPypi {
pname = "types_aiobotocore";
inherit version;
hash = "sha256-02OlhHJrlYLhjK2+2fiAU6xLSINz4OZD0pK1ey8YKsg=";
hash = "sha256-/XZpp1JlOhPGYWgw/nCv6cJoT2a9FKXqC4DB3gpbQAU=";
};
build-system = [ setuptools ];