From fef38ed154a8b7f3cb8fb7ec669395d809881dd4 Mon Sep 17 00:00:00 2001 From: Maksym Balatsko Date: Tue, 3 Oct 2023 03:52:01 -0700 Subject: [PATCH] python3Packages.types-aiobotocore-xray: init at 2.6.0 --- .../python-modules/types-aiobotocore-packages/default.nix | 1 + pkgs/top-level/python-packages.nix | 2 ++ 2 files changed, 3 insertions(+) diff --git a/pkgs/development/python-modules/types-aiobotocore-packages/default.nix b/pkgs/development/python-modules/types-aiobotocore-packages/default.nix index b0665702aa4e..288cddbb58b8 100644 --- a/pkgs/development/python-modules/types-aiobotocore-packages/default.nix +++ b/pkgs/development/python-modules/types-aiobotocore-packages/default.nix @@ -46,4 +46,5 @@ in rec { types-aiobotocore-accessanalyzer = buildTypesAiobotocorePackage "accessanalyzer" "2.6.0" "sha256-Bit55lGYI8+VOEm+6NKlfxWldFWdiAFwRZjJsgwuv7Q="; + 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 0cdf8815c5c5..b1f5eea6bc25 100644 --- a/pkgs/top-level/python-packages.nix +++ b/pkgs/top-level/python-packages.nix @@ -14147,6 +14147,8 @@ self: super: with self; { types-aiobotocore-accessanalyzer + types-aiobotocore-xray + ; types-appdirs = callPackage ../development/python-modules/types-appdirs { };