python312Packages.types-aiobotocore: 2.24.1 -> 2.24.2

This commit is contained in:
Fabian Affolter
2025-09-21 17:16:25 +02:00
parent 81251f5702
commit e9eb499020
@@ -364,13 +364,13 @@
buildPythonPackage rec {
pname = "types-aiobotocore";
version = "2.24.1";
version = "2.24.2";
pyproject = true;
src = fetchPypi {
pname = "types_aiobotocore";
inherit version;
hash = "sha256-gq1YqgW819qazbzB9Y+xtCC4F6Xq26bljzCkGqFMXeg=";
hash = "sha256-TSmuDoSPIKzr/NIpzavsrj4cE/E9n8yemHMlRGFBOxw=";
};
build-system = [ setuptools ];