about summary refs log tree commit diff
path: root/pkgs
diff options
context:
space:
mode:
authorFabian Affolter <fabian@affolter-engineering.ch>2024-04-03 16:51:37 +0200
committerGitHub <noreply@github.com>2024-04-03 16:51:37 +0200
commit118829801aec6b829430709f669a732c9dcf5cb8 (patch)
treeb7398078141988f5c4fc615443fb693610ffb2ef /pkgs
parentd3c6653b1bddcd067c22cfefd8a963e8beae810d (diff)
parent381e517d36e45b9097b0f46b390821c5ef7deb3d (diff)
Merge pull request #300886 from fabaff/boto3-stubs-bump
python312Packages.boto3-stubs: 1.34.74 -> 1.34.75
Diffstat (limited to 'pkgs')
-rw-r--r--pkgs/development/python-modules/boto3-stubs/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/development/python-modules/boto3-stubs/default.nix b/pkgs/development/python-modules/boto3-stubs/default.nix
index 1e1a3ce4f0e7b..e278a69c76541 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.74";
+  version = "1.34.76";
   pyproject = true;
 
   disabled = pythonOlder "3.7";
 
   src = fetchPypi {
     inherit pname version;
-    hash = "sha256-Lvsns5qA9BtPc/kk3VKWtkcRrJpfVTTCvw4SUOZFJh0=";
+    hash = "sha256-gE/mLhn08SlXhP4ihboCigWy1RC862UyPTfUnt4YPQc=";
   };
 
   nativeBuildInputs = [