Merge pull request #308898 from r-ryantm/auto-update/python311Packages.boto3-stubs

python311Packages.boto3-stubs: 1.34.96 -> 1.34.98
This commit is contained in:
Nick Cao
2024-05-03 21:36:56 -04:00
committed by GitHub
@@ -366,7 +366,7 @@
buildPythonPackage rec {
pname = "boto3-stubs";
version = "1.34.96";
version = "1.34.98";
pyproject = true;
disabled = pythonOlder "3.7";
@@ -374,7 +374,7 @@ buildPythonPackage rec {
src = fetchPypi {
pname = "boto3_stubs";
inherit version;
hash = "sha256-gkpimXGE45wP34h7JCxEodaauH4hVMKzHVDGSvqKT8U=";
hash = "sha256-LhkC5wBmIBa3M5wOwCqCqL+hJ3Dc2Ga1WoWY+A7nNUs=";
};
build-system = [ setuptools ];