Merge pull request #316468 from fabaff/boto3-stubs-bump

python312Packages.boto3-stubs: 1.34.115 -> 1.34.117
This commit is contained in:
Fabian Affolter
2024-06-02 08:50:37 +02:00
committed by GitHub
@@ -366,7 +366,7 @@
buildPythonPackage rec {
pname = "boto3-stubs";
version = "1.34.115";
version = "1.34.117";
pyproject = true;
disabled = pythonOlder "3.7";
@@ -374,7 +374,7 @@ buildPythonPackage rec {
src = fetchPypi {
pname = "boto3_stubs";
inherit version;
hash = "sha256-HVjd5oeQPpuM0BsmgCGazjmBqrcvghZbWLsKVs/yzj8=";
hash = "sha256-2awDTdlD1UXR8GeteXbNvHKcaJ0WyWG4vCbsWVg4vqw=";
};
build-system = [ setuptools ];