about summary refs log tree commit diff
diff options
context:
space:
mode:
authorFabian Affolter <fabian@affolter-engineering.ch>2023-12-01 21:08:53 +0100
committerGitHub <noreply@github.com>2023-12-01 21:08:53 +0100
commit30e89e4fcdfb4a0e6261cb9a46affd4bfb186862 (patch)
tree2040fa94e5f3f42f9de4d250dc0e69b8c15a4545
parent5f01754a4832915197319c1e2b1f2aacad954021 (diff)
parent07e74c84ec6921b5d430192734db85471b121a1e (diff)
Merge pull request #270541 from r-ryantm/auto-update/python310Packages.botocore-stubs
python310Packages.botocore-stubs: 1.31.79 -> 1.33.0
-rw-r--r--pkgs/development/python-modules/botocore-stubs/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/development/python-modules/botocore-stubs/default.nix b/pkgs/development/python-modules/botocore-stubs/default.nix
index 0d65528f6dfac..29adc4aa473f6 100644
--- a/pkgs/development/python-modules/botocore-stubs/default.nix
+++ b/pkgs/development/python-modules/botocore-stubs/default.nix
@@ -9,7 +9,7 @@
 
 buildPythonPackage rec {
   pname = "botocore-stubs";
-  version = "1.31.79";
+  version = "1.33.0";
   format = "pyproject";
 
   disabled = pythonOlder "3.7";
@@ -17,7 +17,7 @@ buildPythonPackage rec {
   src = fetchPypi {
     pname = "botocore_stubs";
     inherit version;
-    hash = "sha256-ZEiLnziQX4pgBBmY+dyUV1QiLZAKM0W0SQWWZ4kMLBc=";
+    hash = "sha256-9f8WY8hvxlPbFk6zYTH+80sOxa51hPWVZNpuqBA9IPQ=";
   };
 
   nativeBuildInputs = [