python3Packages.types-aiobotocore: 3.1.2 -> 3.1.3 (#491838)

This commit is contained in:
Nick Cao
2026-02-18 22:18:36 +00:00
committed by GitHub
@@ -371,13 +371,13 @@
buildPythonPackage (finalAttrs: {
pname = "types-aiobotocore";
version = "3.1.2";
version = "3.1.3";
pyproject = true;
src = fetchPypi {
pname = "types_aiobotocore";
inherit (finalAttrs) version;
hash = "sha256-gsGbtvpNcMymvv/MSa5fKJkMkXjtX9PvPIbWnwYu58I=";
hash = "sha256-4Zs7kdnaRsxftMCunlGm8C4WhgjbhMu8vCajxBnPOGo=";
};
build-system = [ setuptools ];