python3Packages.types-aiobotocore: 2.25.1 -> 2.25.2

This commit is contained in:
R. Ryantm
2025-11-18 04:11:46 +00:00
parent 1dcdb7dcba
commit c0938ed3f0
@@ -364,13 +364,13 @@
buildPythonPackage rec {
pname = "types-aiobotocore";
version = "2.25.1";
version = "2.25.2";
pyproject = true;
src = fetchPypi {
pname = "types_aiobotocore";
inherit version;
hash = "sha256-Ez09uRNW5T5LIs33RaOS2MBSc4MnPwTUxr0LCkQyDMo=";
hash = "sha256-ayRYrBwJmd4LpKHc+/O8DVx8ouoMcvZzKr5n0I6/AkA=";
};
build-system = [ setuptools ];