Merge pull request #329559 from r-ryantm/auto-update/python312Packages.boto3-stubs

python312Packages.boto3-stubs: 1.34.145 -> 1.34.147
This commit is contained in:
Nick Cao 2024-07-24 18:53:54 -04:00 committed by GitHub
commit 3226427c74
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.145";
version = "1.34.147";
pyproject = true;
disabled = pythonOlder "3.7";
@ -374,7 +374,7 @@ buildPythonPackage rec {
src = fetchPypi {
pname = "boto3_stubs";
inherit version;
hash = "sha256-LRXM/ERAe6rol9OlMfnrCCbiB9cOkvUmjocDE5vsLbo=";
hash = "sha256-Okg9KlWyRwKdbl4EACFTmENTwMGYgmB69+NwOKfOcrA=";
};
build-system = [ setuptools ];