python312Packages.types-aiobotocore: 2.16.1 -> 2.17.0

This commit is contained in:
R. Ryantm
2025-01-17 10:11:12 +00:00
parent 90789b086a
commit 3cbeaafb94
@@ -364,13 +364,13 @@
buildPythonPackage rec {
pname = "types-aiobotocore";
version = "2.16.1";
version = "2.17.0";
pyproject = true;
src = fetchPypi {
pname = "types_aiobotocore";
inherit version;
hash = "sha256-kkIarU7r0801mpT3HvE2I93Rmxh7QsvEMHNFldxLajM=";
hash = "sha256-wvDAWFochrlLQPUGfJTW69v/FK0rwlo9yym1eRXl7rA=";
};
build-system = [ setuptools ];