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

python311Packages.boto3-stubs: 1.34.27 -> 1.34.29
This commit is contained in:
Nick Cao 2024-01-27 11:29:55 -05:00 committed by GitHub
commit 6a5690b45d
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.27";
version = "1.34.29";
pyproject = true;
disabled = pythonOlder "3.7";
src = fetchPypi {
inherit pname version;
hash = "sha256-/YRnjjsSNxA0EGkOaLx6YwZBE47iat7uz9Z5iUUU2Gk=";
hash = "sha256-48aM0PAcF9UJCq/PHHuy17lK7k46nNRa+L+d2ILvZEw=";
};
nativeBuildInputs = [