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:17:36 -0700
committerMaksym Balatsko <maksym.balatsko-ext@arista.com>2023-10-03 05:37:22 -0700
commit876ea5891980e63603083df50f99d6ce0cb49f4c (patch)
tree8f8dbd586eb183515ea398c5cc4d916c7d8fb5f2 /pkgs
parent47f9931dfc80b1262dd3892209bccd40d310ac7e (diff)
downloadnixpkgs-876ea5891980e63603083df50f99d6ce0cb49f4c.tar
nixpkgs-876ea5891980e63603083df50f99d6ce0cb49f4c.tar.gz
nixpkgs-876ea5891980e63603083df50f99d6ce0cb49f4c.tar.bz2
nixpkgs-876ea5891980e63603083df50f99d6ce0cb49f4c.tar.lz
nixpkgs-876ea5891980e63603083df50f99d6ce0cb49f4c.tar.xz
nixpkgs-876ea5891980e63603083df50f99d6ce0cb49f4c.tar.zst
nixpkgs-876ea5891980e63603083df50f99d6ce0cb49f4c.zip
python3Packages.types-aiobotocore-wellarchitected: 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 90bee8005ce..9cc1f2234cf 100644
--- a/pkgs/development/python-modules/types-aiobotocore-packages/default.nix
+++ b/pkgs/development/python-modules/types-aiobotocore-packages/default.nix
@@ -732,5 +732,7 @@ rec {
 
   types-aiobotocore-wafv2 = buildTypesAiobotocorePackage "wafv2" "2.6.0" "sha256-nAGK0tN42UhDUmpztGeAPRS5FuuTt+LugQmcgkR0oLA=";
 
+  types-aiobotocore-wellarchitected = buildTypesAiobotocorePackage "wellarchitected" "2.6.0" "sha256-p/2uqdRwKgsS2EUCr8ZLds6WHUjVQz8mEv35qcyMTYA=";
+
   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 9fb8e1e2f16..23c8e8298f7 100644
--- a/pkgs/top-level/python-packages.nix
+++ b/pkgs/top-level/python-packages.nix
@@ -14833,6 +14833,8 @@ self: super: with self; {
 
     types-aiobotocore-wafv2
 
+    types-aiobotocore-wellarchitected
+
     types-aiobotocore-xray
 
   ;