python312Packages.ocrmypdf: 16.4.3 -> 16.5.0 (#339234)

authored by Robert Schütz and committed by GitHub 96be698f 7b2801e3

+8 -4
+8 -4
pkgs/development/python-modules/ocrmypdf/default.nix
··· 4 deprecation, 5 fetchFromGitHub, 6 ghostscript, 7 hypothesis, 8 img2pdf, 9 jbig2enc, ··· 19 pythonOlder, 20 rich, 21 reportlab, 22 - setuptools-scm, 23 substituteAll, 24 tesseract, 25 unpaper, ··· 28 29 buildPythonPackage rec { 30 pname = "ocrmypdf"; 31 - version = "16.4.3"; 32 33 disabled = pythonOlder "3.10"; 34 ··· 44 postFetch = '' 45 rm "$out/.git_archival.txt" 46 ''; 47 - hash = "sha256-SHinfAWUqrPnHdDDXa1meVfxsyct17b1ak5U91GEc1w="; 48 }; 49 50 patches = [ ··· 59 }) 60 ]; 61 62 - build-system = [ setuptools-scm ]; 63 64 nativeBuildInputs = [ installShellFiles ]; 65
··· 4 deprecation, 5 fetchFromGitHub, 6 ghostscript, 7 + hatch-vcs, 8 + hatchling, 9 hypothesis, 10 img2pdf, 11 jbig2enc, ··· 21 pythonOlder, 22 rich, 23 reportlab, 24 substituteAll, 25 tesseract, 26 unpaper, ··· 29 30 buildPythonPackage rec { 31 pname = "ocrmypdf"; 32 + version = "16.5.0"; 33 34 disabled = pythonOlder "3.10"; 35 ··· 45 postFetch = '' 46 rm "$out/.git_archival.txt" 47 ''; 48 + hash = "sha256-jqe4BRW0U7gqcf+FtDWjDDvRStAqaEPTuU+B+BrFR5Y="; 49 }; 50 51 patches = [ ··· 60 }) 61 ]; 62 63 + build-system = [ 64 + hatch-vcs 65 + hatchling 66 + ]; 67 68 nativeBuildInputs = [ installShellFiles ]; 69