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

python311Packages.boto3-stubs: 1.34.15 -> 1.34.16
This commit is contained in:
Nick Cao 2024-01-11 16:01:04 -05:00 committed by GitHub
commit 8321b96afd
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.15";
version = "1.34.16";
pyproject = true;
disabled = pythonOlder "3.7";
src = fetchPypi {
inherit pname version;
hash = "sha256-kzIc/TsvFh7Tuf30F25a7UpvWg0STLlmHMI4hDGA5uA=";
hash = "sha256-DkT5LqkXJ2fubbw6kv0h83//cyqoXMVxunITz5l8XzQ=";
};
nativeBuildInputs = [