summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNick Cao <nickcao@nichi.co>2025-02-27 16:45:25 -0500
committerGitHub <noreply@github.com>2025-02-27 16:45:25 -0500
commit50062c1da49d47e870977b0fc6ee6664e03d1097 (patch)
tree3d575397215135133928a601c2b9e710d74d5dbb
parentpolypane: 23.1.0 -> 23.1.1 (#385543) (diff)
parentpython312Packages.boto3-stubs: 1.36.26 -> 1.37.2 (diff)
downloadnixpkgs-50062c1da49d47e870977b0fc6ee6664e03d1097.tar.gz
python312Packages.boto3-stubs: 1.36.26 -> 1.37.2 (#385602)
-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 a4e6ed304fe2..377fbd67c56d 100644
--- a/pkgs/development/python-modules/boto3-stubs/default.nix
+++ b/pkgs/development/python-modules/boto3-stubs/default.nix
@@ -359,7 +359,7 @@
buildPythonPackage rec {
pname = "boto3-stubs";
- version = "1.36.26";
+ version = "1.37.2";
pyproject = true;
disabled = pythonOlder "3.7";
@@ -367,7 +367,7 @@ buildPythonPackage rec {
src = fetchPypi {
pname = "boto3_stubs";
inherit version;
- hash = "sha256-TZz758a1XaxdRQmi5E3xJjvppoTHcj0pe6/7X1eQmKE=";
+ hash = "sha256-NskKT2L3TC1DN6g8yvcRKKsKyqGdTrFWNq0BBuA7uAE=";
};
build-system = [ setuptools ];