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:14 -0700
committerMaksym Balatsko <maksym.balatsko-ext@arista.com>2023-10-03 05:37:19 -0700
commitf65372b38e200c17bacfed6e3eaba1d143f6e189 (patch)
tree74fe51fe890e685223249f067684cbd95a0d34b4 /pkgs
parentd0bd129404e6d16f63217de9f75bdfeae6b6bb79 (diff)
downloadnixpkgs-f65372b38e200c17bacfed6e3eaba1d143f6e189.tar
nixpkgs-f65372b38e200c17bacfed6e3eaba1d143f6e189.tar.gz
nixpkgs-f65372b38e200c17bacfed6e3eaba1d143f6e189.tar.bz2
nixpkgs-f65372b38e200c17bacfed6e3eaba1d143f6e189.tar.lz
nixpkgs-f65372b38e200c17bacfed6e3eaba1d143f6e189.tar.xz
nixpkgs-f65372b38e200c17bacfed6e3eaba1d143f6e189.tar.zst
nixpkgs-f65372b38e200c17bacfed6e3eaba1d143f6e189.zip
python3Packages.types-aiobotocore-storagegateway: 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 9d9c9519660..36729f8c2c8 100644
--- a/pkgs/development/python-modules/types-aiobotocore-packages/default.nix
+++ b/pkgs/development/python-modules/types-aiobotocore-packages/default.nix
@@ -694,5 +694,7 @@ rec {
 
   types-aiobotocore-stepfunctions = buildTypesAiobotocorePackage "stepfunctions" "2.6.0" "sha256-7y8SiLa09lDqnMZtlG0Qw5tvAvQMvTNqMuCpRecOpXc=";
 
+  types-aiobotocore-storagegateway = buildTypesAiobotocorePackage "storagegateway" "2.6.0" "sha256-Umq4Slts9RHPJRJCWRAIAizLxB9Clcz8GomLsUr5gNE=";
+
   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 f179345be3a..5be81b0375b 100644
--- a/pkgs/top-level/python-packages.nix
+++ b/pkgs/top-level/python-packages.nix
@@ -14795,6 +14795,8 @@ self: super: with self; {
 
     types-aiobotocore-stepfunctions
 
+    types-aiobotocore-storagegateway
+
     types-aiobotocore-xray
 
   ;