summary refs log tree commit diff
diff options
context:
space:
mode:
authorR. Ryantm <ryantm-bot@ryantm.com>2022-12-25 22:14:15 +0000
committerR. Ryantm <ryantm-bot@ryantm.com>2022-12-25 22:14:15 +0000
commit31cfb512e819714f6df2137356dd1208ff45beec (patch)
treee5c93d316b2c36bbefdd84bd3fa297129ecb296b
parentc2e1d345cbfed2e3e7539f95e67ab6a634bf07b5 (diff)
downloadnixpkgs-31cfb512e819714f6df2137356dd1208ff45beec.tar
nixpkgs-31cfb512e819714f6df2137356dd1208ff45beec.tar.gz
nixpkgs-31cfb512e819714f6df2137356dd1208ff45beec.tar.bz2
nixpkgs-31cfb512e819714f6df2137356dd1208ff45beec.tar.lz
nixpkgs-31cfb512e819714f6df2137356dd1208ff45beec.tar.xz
nixpkgs-31cfb512e819714f6df2137356dd1208ff45beec.tar.zst
nixpkgs-31cfb512e819714f6df2137356dd1208ff45beec.zip
python39Packages.aiobotocore: 2.4.1 -> 2.4.2
-rw-r--r--pkgs/development/python-modules/aiobotocore/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/development/python-modules/aiobotocore/default.nix b/pkgs/development/python-modules/aiobotocore/default.nix
index 4762372e8c8..adf53a17b84 100644
--- a/pkgs/development/python-modules/aiobotocore/default.nix
+++ b/pkgs/development/python-modules/aiobotocore/default.nix
@@ -14,7 +14,7 @@
 
 buildPythonPackage rec {
   pname = "aiobotocore";
-  version = "2.4.1";
+  version = "2.4.2";
   format = "setuptools";
 
   disabled = pythonOlder "3.7";
@@ -23,7 +23,7 @@ buildPythonPackage rec {
     owner = "aio-libs";
     repo = pname;
     rev = "refs/tags/${version}";
-    hash = "sha256-jJ1Yc5vs33vXdSjDFUXhdquz1s7NxzJELQsM3hthhzg=";
+    hash = "sha256-IHVplle73JVLbz9R9uPyleL9Occ723EE9Ogl059TcPg=";
   };
 
   # Relax version constraints: aiobotocore works with newer botocore versions