Merge pull request #305486 from fabaff/botocore-stubs-bump

python312Packages.botocore-stubs: 1.34.87 -> 1.34.88, python312Packages.boto3-stubs: 1.34.87 -> 1.34.88

authored by Fabian Affolter and committed by GitHub 6c0feaeb 21d470da

+4 -4
+2 -2
pkgs/development/python-modules/boto3-stubs/default.nix
··· 366 367 buildPythonPackage rec { 368 pname = "boto3-stubs"; 369 - version = "1.34.87"; 370 pyproject = true; 371 372 disabled = pythonOlder "3.7"; ··· 374 src = fetchPypi { 375 pname = "boto3_stubs"; 376 inherit version; 377 - hash = "sha256-fGIC78m332fXc8IYRCcwA/pmx41z7kKE4u9L9rrMCHo="; 378 }; 379 380 build-system = [ setuptools ];
··· 366 367 buildPythonPackage rec { 368 pname = "boto3-stubs"; 369 + version = "1.34.88"; 370 pyproject = true; 371 372 disabled = pythonOlder "3.7"; ··· 374 src = fetchPypi { 375 pname = "boto3_stubs"; 376 inherit version; 377 + hash = "sha256-I8qeDNDT53AtZjGh6UpCCKJrOfprEsc0Qn5op/pklHc="; 378 }; 379 380 build-system = [ setuptools ];
+2 -2
pkgs/development/python-modules/botocore-stubs/default.nix
··· 9 10 buildPythonPackage rec { 11 pname = "botocore-stubs"; 12 - version = "1.34.87"; 13 pyproject = true; 14 15 disabled = pythonOlder "3.7"; ··· 17 src = fetchPypi { 18 pname = "botocore_stubs"; 19 inherit version; 20 - hash = "sha256-Dy67vF7mCc19wz/In6b4i+yLvir8+BSteoi+AOp3QdY="; 21 }; 22 23 nativeBuildInputs = [
··· 9 10 buildPythonPackage rec { 11 pname = "botocore-stubs"; 12 + version = "1.34.88"; 13 pyproject = true; 14 15 disabled = pythonOlder "3.7"; ··· 17 src = fetchPypi { 18 pname = "botocore_stubs"; 19 inherit version; 20 + hash = "sha256-ZW6WbqFSpPKCiJKqepZzvJF5mZj1qO/Y6P45D2HC9PE="; 21 }; 22 23 nativeBuildInputs = [