python3Packages.types-aiobotocore: 3.4.0 -> 3.5.0 (#513412)

This commit is contained in:
Nick Cao
2026-04-27 19:42:20 +00:00
committed by GitHub
@@ -371,13 +371,13 @@
buildPythonPackage (finalAttrs: {
pname = "types-aiobotocore";
version = "3.4.0";
version = "3.5.0";
pyproject = true;
src = fetchPypi {
pname = "types_aiobotocore";
inherit (finalAttrs) version;
hash = "sha256-AQ+oLdyKumCE4Y7b8imB5UG378H4XkniMgUBwikT7zU=";
hash = "sha256-hjbJ5amDfUHkUmRXA0nZjAza1R/nlh7hlmShEJS7ImI=";
};
build-system = [ setuptools ];