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

python311Packages.boto3-stubs: 1.34.16 -> 1.34.18
This commit is contained in:
Nick Cao 2024-01-13 10:35:36 -05:00 committed by GitHub
commit 739010c5b1
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -365,14 +365,14 @@
buildPythonPackage rec {
pname = "boto3-stubs";
version = "1.34.16";
version = "1.34.18";
pyproject = true;
disabled = pythonOlder "3.7";
src = fetchPypi {
inherit pname version;
hash = "sha256-DkT5LqkXJ2fubbw6kv0h83//cyqoXMVxunITz5l8XzQ=";
hash = "sha256-6U+2eed5mRbhWekT9J3VyCRw3x0eVmx7Uj9wPi7VzsE=";
};
nativeBuildInputs = [