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:18:05 -0700
committerMaksym Balatsko <maksym.balatsko-ext@arista.com>2023-10-03 05:37:23 -0700
commit4a56b7986fd372f8217b47139480918cacdcbf2b (patch)
tree03da2e6da500b3aa701d72ba11d0f079f3606f43 /pkgs
parent73231b9e35f19e10029621e2af1f822badc53e0b (diff)
downloadnixpkgs-4a56b7986fd372f8217b47139480918cacdcbf2b.tar
nixpkgs-4a56b7986fd372f8217b47139480918cacdcbf2b.tar.gz
nixpkgs-4a56b7986fd372f8217b47139480918cacdcbf2b.tar.bz2
nixpkgs-4a56b7986fd372f8217b47139480918cacdcbf2b.tar.lz
nixpkgs-4a56b7986fd372f8217b47139480918cacdcbf2b.tar.xz
nixpkgs-4a56b7986fd372f8217b47139480918cacdcbf2b.tar.zst
nixpkgs-4a56b7986fd372f8217b47139480918cacdcbf2b.zip
python3Packages.types-aiobotocore-workspaces-web: 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 3afa74be510..7bc93024121 100644
--- a/pkgs/development/python-modules/types-aiobotocore-packages/default.nix
+++ b/pkgs/development/python-modules/types-aiobotocore-packages/default.nix
@@ -746,5 +746,7 @@ rec {
 
   types-aiobotocore-workspaces = buildTypesAiobotocorePackage "workspaces" "2.6.0" "sha256-xtsxrIzhjJSoGqd1fEgXP55bRtDsJTtdoWn8eooHCmY=";
 
+  types-aiobotocore-workspaces-web = buildTypesAiobotocorePackage "workspaces-web" "2.6.0" "sha256-J3lsLnwcttamV4NroDuXz9EupXrsoN/SumKrykQkwVU=";
+
   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 fb20ddf5092..6e41d69aaa0 100644
--- a/pkgs/top-level/python-packages.nix
+++ b/pkgs/top-level/python-packages.nix
@@ -14847,6 +14847,8 @@ self: super: with self; {
 
     types-aiobotocore-workspaces
 
+    types-aiobotocore-workspaces-web
+
     types-aiobotocore-xray
 
   ;