about summary refs log tree commit diff
path: root/pkgs/development/python-modules/boto3-stubs/default.nix
diff options
context:
space:
mode:
authorgithub-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>2024-01-12 12:01:40 +0000
committerGitHub <noreply@github.com>2024-01-12 12:01:40 +0000
commit8dba692178937d2b2ceec087feee97835afca831 (patch)
tree4a5b99f52b45d38b4762b40129fdac713d6a876e /pkgs/development/python-modules/boto3-stubs/default.nix
parent5b8930c9efdde688c6e39193c73e5bf02d367ed5 (diff)
parent2e4d86eadd7318ac53c1d806eeccbebd7b5ac472 (diff)
Merge staging-next into staging
Diffstat (limited to 'pkgs/development/python-modules/boto3-stubs/default.nix')
-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 29990c02ed099..6477dafa2380b 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.15";
+  version = "1.34.16";
   pyproject = true;
 
   disabled = pythonOlder "3.7";
 
   src = fetchPypi {
     inherit pname version;
-    hash = "sha256-kzIc/TsvFh7Tuf30F25a7UpvWg0STLlmHMI4hDGA5uA=";
+    hash = "sha256-DkT5LqkXJ2fubbw6kv0h83//cyqoXMVxunITz5l8XzQ=";
   };
 
   nativeBuildInputs = [