python313Packages.types-aiobotocore-*: 2.20.0 -> 2.21.1 (#388002)

This commit is contained in:
Fabian Affolter
2025-03-07 23:16:03 +01:00
committed by GitHub
2 changed files with 682 additions and 682 deletions
File diff suppressed because it is too large Load Diff
@@ -364,13 +364,13 @@
buildPythonPackage rec {
pname = "types-aiobotocore";
version = "2.20.0";
version = "2.21.1";
pyproject = true;
src = fetchPypi {
pname = "types_aiobotocore";
inherit version;
hash = "sha256-+i/wA7aK6WW+AdfhMI8T+4+YwaPWP3Uh4G/gkXpgo5c=";
hash = "sha256-rQmXEGNaFqBt+Z2a65V+DEiDWCAd//X3b3P17CmH/Ds=";
};
build-system = [ setuptools ];