Merge pull request #288974 from r-ryantm/auto-update/python311Packages.botocore-stubs

python311Packages.botocore-stubs: 1.34.40 -> 1.34.42

authored by Nick Cao and committed by GitHub 397a5000 1bb070e7

+2 -2
+2 -2
pkgs/development/python-modules/botocore-stubs/default.nix
··· 9 9 10 10 buildPythonPackage rec { 11 11 pname = "botocore-stubs"; 12 - version = "1.34.40"; 12 + version = "1.34.42"; 13 13 format = "pyproject"; 14 14 15 15 disabled = pythonOlder "3.7"; ··· 17 17 src = fetchPypi { 18 18 pname = "botocore_stubs"; 19 19 inherit version; 20 - hash = "sha256-1jIr+5qoggBv5/j8PYqTOmbFYn3PVx5l1lpSM8bBcr4="; 20 + hash = "sha256-0d6bf0/Rw0kYRoYvxjX+qEhKLUxtkikdc2uv7UqwNEs="; 21 21 }; 22 22 23 23 nativeBuildInputs = [