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:40 -0700
committerMaksym Balatsko <maksym.balatsko-ext@arista.com>2023-10-03 05:37:20 -0700
commit0ce9c17eaa4b29a41aaa817111386778f341c16c (patch)
treefadafde1e8a15c700a23eb98035dc6c6eb671be0 /pkgs
parentcaae1a2581c70eeb78bc359540260d5a42c61b73 (diff)
downloadnixpkgs-0ce9c17eaa4b29a41aaa817111386778f341c16c.tar
nixpkgs-0ce9c17eaa4b29a41aaa817111386778f341c16c.tar.gz
nixpkgs-0ce9c17eaa4b29a41aaa817111386778f341c16c.tar.bz2
nixpkgs-0ce9c17eaa4b29a41aaa817111386778f341c16c.tar.lz
nixpkgs-0ce9c17eaa4b29a41aaa817111386778f341c16c.tar.xz
nixpkgs-0ce9c17eaa4b29a41aaa817111386778f341c16c.tar.zst
nixpkgs-0ce9c17eaa4b29a41aaa817111386778f341c16c.zip
python3Packages.types-aiobotocore-textract: 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 3dd7c617148..26c6baa286f 100644
--- a/pkgs/development/python-modules/types-aiobotocore-packages/default.nix
+++ b/pkgs/development/python-modules/types-aiobotocore-packages/default.nix
@@ -706,5 +706,7 @@ rec {
 
   types-aiobotocore-synthetics = buildTypesAiobotocorePackage "synthetics" "2.6.0" "sha256-Wew0A2xIYOGXzfZf3sBpHnRW/dZD1s6wHveNMwYj1s4=";
 
+  types-aiobotocore-textract = buildTypesAiobotocorePackage "textract" "2.6.0" "sha256-vWUMopzR+1095nN6POsHShvCKZIcUwfW11oMOJ9R94c=";
+
   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 7da2c420339..60b311f864b 100644
--- a/pkgs/top-level/python-packages.nix
+++ b/pkgs/top-level/python-packages.nix
@@ -14807,6 +14807,8 @@ self: super: with self; {
 
     types-aiobotocore-synthetics
 
+    types-aiobotocore-textract
+
     types-aiobotocore-xray
 
   ;