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

python312Packages.boto3-stubs: 1.34.118 -> 1.34.119
This commit is contained in:
Fabian Affolter 2024-06-05 20:57:52 +02:00 committed by GitHub
commit b185646204
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

@ -366,7 +366,7 @@
buildPythonPackage rec {
pname = "boto3-stubs";
version = "1.34.118";
version = "1.34.119";
pyproject = true;
disabled = pythonOlder "3.7";
@ -374,7 +374,7 @@ buildPythonPackage rec {
src = fetchPypi {
pname = "boto3_stubs";
inherit version;
hash = "sha256-4og35CsVe1kBgYtLSf5ovs4msXlXqasQyv7MI3PoyLo=";
hash = "sha256-b5k7bElanMQDyqLqbwYfM4iqWpAYo1u+frbpQ7NMVqA=";
};
build-system = [ setuptools ];