From 142ba450e90ba899f5597b9034dfed7e752bd3cf Mon Sep 17 00:00:00 2001 From: Maksym Balatsko Date: Tue, 3 Oct 2023 04:01:44 -0700 Subject: [PATCH] python3Packages.types-aiobotocore-forecastquery: init at 2.6.0 --- .../python-modules/types-aiobotocore-packages/default.nix | 2 ++ pkgs/top-level/python-packages.nix | 2 ++ 2 files changed, 4 insertions(+) diff --git a/pkgs/development/python-modules/types-aiobotocore-packages/default.nix b/pkgs/development/python-modules/types-aiobotocore-packages/default.nix index ae8e719ba522..ca442b09906a 100644 --- a/pkgs/development/python-modules/types-aiobotocore-packages/default.nix +++ b/pkgs/development/python-modules/types-aiobotocore-packages/default.nix @@ -300,5 +300,7 @@ rec { types-aiobotocore-forecast = buildTypesAiobotocorePackage "forecast" "2.6.0" "sha256-rMjrKtR8BWtAYoyBY52o/5wbZCHqX1aFMRsVCunZTeo="; + types-aiobotocore-forecastquery = buildTypesAiobotocorePackage "forecastquery" "2.6.0" "sha256-rh53/1tmYyADrkUtQjrwrcEe78ji6II0yYnMQO38AOU="; + types-aiobotocore-xray = buildTypesAiobotocorePackage "xray" "2.6.0" "sha256-DPirH1s636ZW6VKyD4wMiJEfM+u9NknH0ODLQagaLrs="; } diff --git a/pkgs/top-level/python-packages.nix b/pkgs/top-level/python-packages.nix index aef0163bcb67..c3211dcef336 100644 --- a/pkgs/top-level/python-packages.nix +++ b/pkgs/top-level/python-packages.nix @@ -14401,6 +14401,8 @@ self: super: with self; { types-aiobotocore-forecast + types-aiobotocore-forecastquery + types-aiobotocore-xray ;