about summary refs log tree commit diff
diff options
context:
space:
mode:
authorFabian Affolter <fabian@affolter-engineering.ch>2024-02-01 18:18:12 +0100
committerGitHub <noreply@github.com>2024-02-01 18:18:12 +0100
commit1934b8c4b064cb693e68af6f560a91f84205c06b (patch)
tree529b22b0b05cfd6f59ba5e1ab373a869b9963fcc
parent12ffef6ca1c6d46cf5e0192f6185aefd161d2f10 (diff)
parent2f5cc3ab81cdba0609da90aed9602119d3967d52 (diff)
Merge pull request #285524 from fabaff/boto3-stubs-bump
python311Packages.boto3-stubs: 1.34.30 -> 1.34.32
-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 60f5bf153ffe9..33ffd9a3d7057 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.30";
+  version = "1.34.32";
   pyproject = true;
 
   disabled = pythonOlder "3.7";
 
   src = fetchPypi {
     inherit pname version;
-    hash = "sha256-M45Yil5lhIS4ewhKNwPLW1s16xCJLma+HhXp5zDahQ0=";
+    hash = "sha256-B38TsIVoYr7a+5K4SZuWBiTQb2hFlb5wH63lGo6WFe0=";
   };
 
   nativeBuildInputs = [