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-03-30 00:12:08 +0000
committerGitHub <noreply@github.com>2024-03-30 00:12:08 +0000
commit506e353092183a01765b3612b8ac6b46884a79c2 (patch)
tree0a8cf6add24ef27eafbdd3f7a23a858596dde7d1 /pkgs/development/python-modules/boto3-stubs/default.nix
parent201e6de9c789e8d72dd73f453aef222ad904e58c (diff)
parentcd75d22750541115d5e3876838645d2d9123c842 (diff)
Merge master into haskell-updates
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 a5e202469480f..a796c7d5017ef 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.72";
+  version = "1.34.73";
   pyproject = true;
 
   disabled = pythonOlder "3.7";
 
   src = fetchPypi {
     inherit pname version;
-    hash = "sha256-eQPciiA763TWI3smauBk/1qbJ2B0r3UAt9tIVEZJWWo=";
+    hash = "sha256-ok9aPF2xGPxYxkh/GozIpKggYmB5Fr+pcxKXygspBpc=";
   };
 
   nativeBuildInputs = [