python3Packages.types-aiobotocore: 2.21.1 -> 2.22.0

This commit is contained in:
R. Ryantm
2025-05-14 06:09:08 +00:00
parent 6983909b46
commit 41fdc2ff38
@@ -364,13 +364,13 @@
buildPythonPackage rec {
pname = "types-aiobotocore";
version = "2.21.1";
version = "2.22.0";
pyproject = true;
src = fetchPypi {
pname = "types_aiobotocore";
inherit version;
hash = "sha256-rQmXEGNaFqBt+Z2a65V+DEiDWCAd//X3b3P17CmH/Ds=";
hash = "sha256-BMas2YT5o30i2y6/Zw/4TlX28ifTzHHpspdyDUpxtxg=";
};
build-system = [ setuptools ];