python3Packages.types-aiobotocore: 3.5.0 -> 3.6.0 (#516343)

This commit is contained in:
Fabian Affolter
2026-05-04 07:09:54 +00:00
committed by GitHub
@@ -371,13 +371,13 @@
buildPythonPackage (finalAttrs: {
pname = "types-aiobotocore";
version = "3.5.0";
version = "3.6.0";
pyproject = true;
src = fetchPypi {
pname = "types_aiobotocore";
inherit (finalAttrs) version;
hash = "sha256-hjbJ5amDfUHkUmRXA0nZjAza1R/nlh7hlmShEJS7ImI=";
hash = "sha256-6ZAFbOnRkJSp2bNgCMoLKk1plI/1j1CGjdFZqB9q1pw=";
};
build-system = [ setuptools ];