From 4a8c7fcf7f6278bc9845f4a6ecec8b63bef116d3 Mon Sep 17 00:00:00 2001 From: Maksym Balatsko Date: Tue, 3 Oct 2023 04:06:51 -0700 Subject: [PATCH] python3Packages.types-aiobotocore-location: 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 6f063d5c14e3..e28dd241b330 100644 --- a/pkgs/development/python-modules/types-aiobotocore-packages/default.nix +++ b/pkgs/development/python-modules/types-aiobotocore-packages/default.nix @@ -434,5 +434,7 @@ rec { types-aiobotocore-lightsail = buildTypesAiobotocorePackage "lightsail" "2.6.0" "sha256-eiibXP8S+xvn+PTX8cd3WiN6yL2JmjK9EG9BryexFjY="; + types-aiobotocore-location = buildTypesAiobotocorePackage "location" "2.6.0" "sha256-3zQZyDgaMuj5SAQ7Nc+XzF5dUi1E9bAjv9mIscJxfqM="; + 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 15e505cb5cb6..30a3b5e603d2 100644 --- a/pkgs/top-level/python-packages.nix +++ b/pkgs/top-level/python-packages.nix @@ -14535,6 +14535,8 @@ self: super: with self; { types-aiobotocore-lightsail + types-aiobotocore-location + types-aiobotocore-xray ;