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

python311Packages.boto3-stubs: 1.34.65 -> 1.34.66
This commit is contained in:
Fabian Affolter 2024-03-20 07:59:37 +01:00 committed by GitHub
commit a436e83676
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -365,14 +365,14 @@
buildPythonPackage rec {
pname = "boto3-stubs";
version = "1.34.65";
version = "1.34.66";
pyproject = true;
disabled = pythonOlder "3.7";
src = fetchPypi {
inherit pname version;
hash = "sha256-EF2koE3LXk3ckPIauLJKNCPs+stHdbjM04eVdOXc41g=";
hash = "sha256-oFemuSAJwZ/qDZvQFY1JQ9TB9IL/T62dDejLRJ9E5vc=";
};
nativeBuildInputs = [