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

python311Packages.boto3-stubs: 1.34.18 -> 1.34.19
This commit is contained in:
Nick Cao 2024-01-15 10:50:14 -05:00 committed by GitHub
commit 39aafa40c9
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -365,14 +365,14 @@
buildPythonPackage rec { buildPythonPackage rec {
pname = "boto3-stubs"; pname = "boto3-stubs";
version = "1.34.18"; version = "1.34.19";
pyproject = true; pyproject = true;
disabled = pythonOlder "3.7"; disabled = pythonOlder "3.7";
src = fetchPypi { src = fetchPypi {
inherit pname version; inherit pname version;
hash = "sha256-6U+2eed5mRbhWekT9J3VyCRw3x0eVmx7Uj9wPi7VzsE="; hash = "sha256-Z/5aL7HRssU0+jHFQ7dz7bwBzpUoAQ2cwO+cUESqIYo=";
}; };
nativeBuildInputs = [ nativeBuildInputs = [