about summary refs log tree commit diff
diff options
context:
space:
mode:
authorFabian Affolter <fabian@affolter-engineering.ch>2024-03-23 23:10:31 +0100
committerGitHub <noreply@github.com>2024-03-23 23:10:31 +0100
commit0981042ed9cde737e0bd89bfad2be8c6f9074c8a (patch)
treec3dcd80b5f72c90fc0423e51bccc2fb85d3bce7d
parent1d1fe79748ac05988bedae621ed3586f2d516493 (diff)
parent77ca8bf848429180c896273ea3ecb19c747521f0 (diff)
downloadnixlib-0981042ed9cde737e0bd89bfad2be8c6f9074c8a.tar
nixlib-0981042ed9cde737e0bd89bfad2be8c6f9074c8a.tar.gz
nixlib-0981042ed9cde737e0bd89bfad2be8c6f9074c8a.tar.bz2
nixlib-0981042ed9cde737e0bd89bfad2be8c6f9074c8a.tar.lz
nixlib-0981042ed9cde737e0bd89bfad2be8c6f9074c8a.tar.xz
nixlib-0981042ed9cde737e0bd89bfad2be8c6f9074c8a.tar.zst
nixlib-0981042ed9cde737e0bd89bfad2be8c6f9074c8a.zip
Merge pull request #298398 from fabaff/boto3-stubs-bump
python312Packages.boto3-stubs: 1.34.68 -> 1.34.69, python312Packages.botocore-stubs: 1.34.68 -> 1.34.69
-rw-r--r--pkgs/development/python-modules/boto3-stubs/default.nix4
-rw-r--r--pkgs/development/python-modules/botocore-stubs/default.nix4
2 files changed, 4 insertions, 4 deletions
diff --git a/pkgs/development/python-modules/boto3-stubs/default.nix b/pkgs/development/python-modules/boto3-stubs/default.nix
index a2dc8b676d52..a3d2f9a99e62 100644
--- a/pkgs/development/python-modules/boto3-stubs/default.nix
+++ b/pkgs/development/python-modules/boto3-stubs/default.nix
@@ -365,14 +365,14 @@
 
 buildPythonPackage rec {
   pname = "boto3-stubs";
-  version = "1.34.68";
+  version = "1.34.69";
   pyproject = true;
 
   disabled = pythonOlder "3.7";
 
   src = fetchPypi {
     inherit pname version;
-    hash = "sha256-acmbKrPt9CTYiOLM1mqmrifqGc3ub36mDx057pwrdCY=";
+    hash = "sha256-k/tPhkDNAacOnTyUOVxn+2GX9eZiPS858YNXtbmtvfw=";
   };
 
   nativeBuildInputs = [
diff --git a/pkgs/development/python-modules/botocore-stubs/default.nix b/pkgs/development/python-modules/botocore-stubs/default.nix
index fba802929743..5b2d19b7e463 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.68";
+  version = "1.34.69";
   pyproject = true;
 
   disabled = pythonOlder "3.7";
@@ -17,7 +17,7 @@ buildPythonPackage rec {
   src = fetchPypi {
     pname = "botocore_stubs";
     inherit version;
-    hash = "sha256-9jHFtkpyC7WG+VugVwTBC7L5KClogrZEz6KU+zW1DdY=";
+    hash = "sha256-RjJI/R1ue2igxXvddY0Exr0MXCw7+oGv351k8JMLWbw=";
   };
 
   nativeBuildInputs = [