python3Packages.boto3-stubs: 1.40.29 -> 1.40.30

This commit is contained in:
R. Ryantm
2025-09-13 11:07:36 +00:00
parent 00f6e6149a
commit b833607a8c
@@ -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 ];