Clone of https://github.com/NixOS/nixpkgs.git (to stress-test knotserver)

Merge pull request #262948 from fabaff/google-cloud-vision-bump

python311Packages.google-cloud-vision: 3.4.4 -> 3.4.5

authored by Fabian Affolter and committed by GitHub a7ecdfd9 18f30ffe

+7
+7
pkgs/development/python-modules/pdfplumber/default.nix
··· 62 "test__repr_png_" 63 ]; 64 65 meta = with lib; { 66 description = "Plumb a PDF for detailed information about each char, rectangle, line, et cetera — and easily extract text and tables"; 67 homepage = "https://github.com/jsvine/pdfplumber";
··· 62 "test__repr_png_" 63 ]; 64 65 + disabledTestPaths = [ 66 + # Tests requires pypdfium2 67 + "tests/test_display.py" 68 + # Tests require Ghostscript 69 + "tests/test_repair.py" 70 + ]; 71 + 72 meta = with lib; { 73 description = "Plumb a PDF for detailed information about each char, rectangle, line, et cetera — and easily extract text and tables"; 74 homepage = "https://github.com/jsvine/pdfplumber";