about summary refs log tree commit diff
path: root/pkgs
diff options
context:
space:
mode:
authorMartin Weinelt <hexa@darmstadt.ccc.de>2023-09-15 14:05:42 +0200
committerMartin Weinelt <hexa@darmstadt.ccc.de>2023-09-27 15:32:46 +0200
commit1af7d8391e224db41233be09288d01530a09daf6 (patch)
treee0a866247f3e5e4b863fbab8a5e7b24be40316a4 /pkgs
parent3fef82ed7d199cf9b0d5950ee5a48cb4b3560da8 (diff)
python3Packages.aiobotocore: 2.5.2 -> 2.6.0
Diffstat (limited to 'pkgs')
-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 6f7ef895c373f..9de5593a25626 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.5.2";
+  version = "2.6.0";
   format = "setuptools";
 
   disabled = pythonOlder "3.7";
@@ -23,7 +23,7 @@ buildPythonPackage rec {
     owner = "aio-libs";
     repo = pname;
     rev = "refs/tags/${version}";
-    hash = "sha256-twIo5qJht7oZye5lbiPwLFa/5dCwgCm+OkwuCuWU0cU=";
+    hash = "sha256-e8FBUG08yWNL9B51Uv4ftYx1C0kcdoweOreUtvvvTAk=";
   };
 
   # Relax version constraints: aiobotocore works with newer botocore versions