about summary refs log tree commit diff
path: root/pkgs/development/python-modules/botocore-stubs
diff options
context:
space:
mode:
authorR. Ryantm <ryantm-bot@ryantm.com>2024-02-15 07:18:17 +0000
committerR. Ryantm <ryantm-bot@ryantm.com>2024-02-15 07:18:17 +0000
commit01e6433642233e3aa304f25f2a8a47547f7e9d46 (patch)
treec723c4ae264dac640216aeedc549e7122b82dc01 /pkgs/development/python-modules/botocore-stubs
parentf893cc7daacb331292b4bb7788846329b5fe79da (diff)
python311Packages.botocore-stubs: 1.34.40 -> 1.34.42
Diffstat (limited to 'pkgs/development/python-modules/botocore-stubs')
-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 5a7d76a0ebda2..6436cfabe1107 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.34.40";
+  version = "1.34.42";
   format = "pyproject";
 
   disabled = pythonOlder "3.7";
@@ -17,7 +17,7 @@ buildPythonPackage rec {
   src = fetchPypi {
     pname = "botocore_stubs";
     inherit version;
-    hash = "sha256-1jIr+5qoggBv5/j8PYqTOmbFYn3PVx5l1lpSM8bBcr4=";
+    hash = "sha256-0d6bf0/Rw0kYRoYvxjX+qEhKLUxtkikdc2uv7UqwNEs=";
   };
 
   nativeBuildInputs = [