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:18 -0700
committerMaksym Balatsko <maksym.balatsko-ext@arista.com>2023-10-03 05:37:20 -0700
commitf76da4c6acb0040dc247e3335c5321e8e77c2c1b (patch)
tree1eb215e233adbff2a38a5378e4ba42a7a39f8b48 /pkgs
parentf65372b38e200c17bacfed6e3eaba1d143f6e189 (diff)
downloadnixpkgs-f76da4c6acb0040dc247e3335c5321e8e77c2c1b.tar
nixpkgs-f76da4c6acb0040dc247e3335c5321e8e77c2c1b.tar.gz
nixpkgs-f76da4c6acb0040dc247e3335c5321e8e77c2c1b.tar.bz2
nixpkgs-f76da4c6acb0040dc247e3335c5321e8e77c2c1b.tar.lz
nixpkgs-f76da4c6acb0040dc247e3335c5321e8e77c2c1b.tar.xz
nixpkgs-f76da4c6acb0040dc247e3335c5321e8e77c2c1b.tar.zst
nixpkgs-f76da4c6acb0040dc247e3335c5321e8e77c2c1b.zip
python3Packages.types-aiobotocore-sts: 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 36729f8c2c8..e5d5dd0445b 100644
--- a/pkgs/development/python-modules/types-aiobotocore-packages/default.nix
+++ b/pkgs/development/python-modules/types-aiobotocore-packages/default.nix
@@ -696,5 +696,7 @@ rec {
 
   types-aiobotocore-storagegateway = buildTypesAiobotocorePackage "storagegateway" "2.6.0" "sha256-Umq4Slts9RHPJRJCWRAIAizLxB9Clcz8GomLsUr5gNE=";
 
+  types-aiobotocore-sts = buildTypesAiobotocorePackage "sts" "2.6.0" "sha256-iRwalkojzQCUiAQcxl8hEYFFbnIxhuaJfrATnK18ltI=";
+
   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 5be81b0375b..ea6a7770a22 100644
--- a/pkgs/top-level/python-packages.nix
+++ b/pkgs/top-level/python-packages.nix
@@ -14797,6 +14797,8 @@ self: super: with self; {
 
     types-aiobotocore-storagegateway
 
+    types-aiobotocore-sts
+
     types-aiobotocore-xray
 
   ;