about summary refs log tree commit diff
path: root/pkgs/development
diff options
context:
space:
mode:
authorFabian Affolter <fabian@affolter-engineering.ch>2024-01-24 20:10:18 +0100
committerGitHub <noreply@github.com>2024-01-24 20:10:18 +0100
commitdeba75a284e0928c4249e00a2eb0994d44d1fe01 (patch)
treee72970104369dac5919a96b4ff8cc38dc4872e47 /pkgs/development
parentd94ae680b359699bc460cfc076a4e12ce0a8090b (diff)
parent29eb257997bc6e41258b8334db6485868fe705e6 (diff)
Merge pull request #283529 from r-ryantm/auto-update/python311Packages.botocore-stubs
python311Packages.botocore-stubs: 1.34.25 -> 1.34.26
Diffstat (limited to 'pkgs/development')
-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 d15f45e7d0412..dd6780e899dc7 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.25";
+  version = "1.34.26";
   format = "pyproject";
 
   disabled = pythonOlder "3.7";
@@ -17,7 +17,7 @@ buildPythonPackage rec {
   src = fetchPypi {
     pname = "botocore_stubs";
     inherit version;
-    hash = "sha256-cyIZICHgSSIE0iOqyIDU0r39OQ8+fzh00enhmPgkg2c=";
+    hash = "sha256-65EItCrdCs4ocQQr+0HToSRqHkR8tHp3EEIniopoSb8=";
   };
 
   nativeBuildInputs = [