Merge pull request #289415 from r-ryantm/auto-update/python311Packages.boto3-stubs

python311Packages.boto3-stubs: 1.34.42 -> 1.34.44
This commit is contained in:
Nick Cao 2024-02-16 23:07:52 -05:00 committed by GitHub
commit ad18cf0837
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.42";
version = "1.34.44";
pyproject = true;
disabled = pythonOlder "3.7";
src = fetchPypi {
inherit pname version;
hash = "sha256-wg/LCxaAvonBhZUaLIhAbn3NSKkYFCMbWfN9rWJJEIo=";
hash = "sha256-FXLl1Ro/kpZE6qRQqTKYDPmgDjKbJjzgpTAtdEolVMM=";
};
nativeBuildInputs = [