summary refs log tree commit diff
path: root/pkgs
diff options
context:
space:
mode:
authorMaksym Balatsko <maksym.balatsko-ext@arista.com>2023-10-03 04:16:23 -0700
committerMaksym Balatsko <maksym.balatsko-ext@arista.com>2023-10-03 05:37:20 -0700
commiteb83198a7bc2fa23eedf8702597b676d28dafc41 (patch)
treed7a8b5bf8b94150a0de37a2d8429196b7cbe44b6 /pkgs
parentf76da4c6acb0040dc247e3335c5321e8e77c2c1b (diff)
downloadnixpkgs-eb83198a7bc2fa23eedf8702597b676d28dafc41.tar
nixpkgs-eb83198a7bc2fa23eedf8702597b676d28dafc41.tar.gz
nixpkgs-eb83198a7bc2fa23eedf8702597b676d28dafc41.tar.bz2
nixpkgs-eb83198a7bc2fa23eedf8702597b676d28dafc41.tar.lz
nixpkgs-eb83198a7bc2fa23eedf8702597b676d28dafc41.tar.xz
nixpkgs-eb83198a7bc2fa23eedf8702597b676d28dafc41.tar.zst
nixpkgs-eb83198a7bc2fa23eedf8702597b676d28dafc41.zip
python3Packages.types-aiobotocore-support: init at 2.6.0
Diffstat (limited to 'pkgs')
-rw-r--r--pkgs/development/python-modules/types-aiobotocore-packages/default.nix2
-rw-r--r--pkgs/top-level/python-packages.nix2
2 files changed, 4 insertions, 0 deletions
diff --git a/pkgs/development/python-modules/types-aiobotocore-packages/default.nix b/pkgs/development/python-modules/types-aiobotocore-packages/default.nix
index e5d5dd0445b..60f8029fb90 100644
--- a/pkgs/development/python-modules/types-aiobotocore-packages/default.nix
+++ b/pkgs/development/python-modules/types-aiobotocore-packages/default.nix
@@ -698,5 +698,7 @@ rec {
 
   types-aiobotocore-sts = buildTypesAiobotocorePackage "sts" "2.6.0" "sha256-iRwalkojzQCUiAQcxl8hEYFFbnIxhuaJfrATnK18ltI=";
 
+  types-aiobotocore-support = buildTypesAiobotocorePackage "support" "2.6.0" "sha256-+4rnAV2Qr29bvWRO6TnSaRZkUVCoefB3SDXc2Ye9kpE=";
+
   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 ea6a7770a22..0b507548e4d 100644
--- a/pkgs/top-level/python-packages.nix
+++ b/pkgs/top-level/python-packages.nix
@@ -14799,6 +14799,8 @@ self: super: with self; {
 
     types-aiobotocore-sts
 
+    types-aiobotocore-support
+
     types-aiobotocore-xray
 
   ;