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

python311Packages.boto3-stubs: 1.34.109 -> 1.34.110
This commit is contained in:
Fabian Affolter
2024-05-22 08:50:03 +02:00
committed by GitHub
@@ -366,7 +366,7 @@
buildPythonPackage rec {
pname = "boto3-stubs";
version = "1.34.109";
version = "1.34.110";
pyproject = true;
disabled = pythonOlder "3.7";
@@ -374,7 +374,7 @@ buildPythonPackage rec {
src = fetchPypi {
pname = "boto3_stubs";
inherit version;
hash = "sha256-h/soM0T7nH4jMl82FCy4C15aJJCdP6Bvf2doGYt+sWg=";
hash = "sha256-S1Xvok7jS1T/5QaJnwvfqMqEMfbUuSItY0fdkOabpzU=";
};
build-system = [ setuptools ];