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

python311Packages.boto3-stubs: 1.34.107 -> 1.34.108
This commit is contained in:
Nick Cao 2024-05-17 19:13:41 -04:00 committed by GitHub
commit 41580ac28b
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -366,7 +366,7 @@
buildPythonPackage rec {
pname = "boto3-stubs";
version = "1.34.107";
version = "1.34.108";
pyproject = true;
disabled = pythonOlder "3.7";
@ -374,7 +374,7 @@ buildPythonPackage rec {
src = fetchPypi {
pname = "boto3_stubs";
inherit version;
hash = "sha256-ii93ArgE69LK2oUXGVSYHrvW++TxfuZManUOsdnVNnY=";
hash = "sha256-4T5VsYHuwOwZD0qpHgxKuZ7KTBxBdOFq7cVLuygOYXk=";
};
build-system = [ setuptools ];