python3Packages.boto3-stubs: 1.40.29 -> 1.40.30 (#442598)

This commit is contained in:
Nick Cao
2025-09-14 13:27:09 +00:00
committed by GitHub
@@ -359,7 +359,7 @@
buildPythonPackage rec {
pname = "boto3-stubs";
version = "1.40.29";
version = "1.40.30";
pyproject = true;
disabled = pythonOlder "3.7";
@@ -367,7 +367,7 @@ buildPythonPackage rec {
src = fetchPypi {
pname = "boto3_stubs";
inherit version;
hash = "sha256-n8fSTcvMeGCT2vQkh6ntSlimvn8czyj1vgsrrUo+2xE=";
hash = "sha256-uwjryREPAyx9wZmMiPyIbBXRbv5dDWmtx0v9ZHsYx8g=";
};
build-system = [ setuptools ];