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

python310Packages.ocrmypdf: 14.1.0 -> 14.2.0

Diff: https://github.com/ocrmypdf/OCRmyPDF/compare/v14.1.0...v14.2.0

Changelog: https://github.com/ocrmypdf/OCRmyPDF/blob/v14.2.0/docs/release_notes.rst

authored by

Robert Schütz and committed by
Robert Schütz
e76740fb 8ce9b4f2

+4 -2
+4 -2
pkgs/development/python-modules/ocrmypdf/default.nix
··· 4 4 , deprecation 5 5 , fetchFromGitHub 6 6 , ghostscript 7 + , hypothesis 7 8 , img2pdf 8 9 , importlib-resources 9 10 , jbig2enc ··· 29 30 30 31 buildPythonPackage rec { 31 32 pname = "ocrmypdf"; 32 - version = "14.1.0"; 33 + version = "14.2.0"; 33 34 34 35 disabled = pythonOlder "3.8"; 35 36 ··· 45 46 postFetch = '' 46 47 rm "$out/.git_archival.txt" 47 48 ''; 48 - hash = "sha256-Jyx9FPXNjcA04s+l2wY/LVX83RqExt78/EAHsL1VNMU="; 49 + hash = "sha256-vbNYCnC71l+8omttCGK7+4i3WBiAyb9C5pfApm+SsC0="; 49 50 }; 50 51 51 52 SETUPTOOLS_SCM_PRETEND_VERSION = version; ··· 85 86 ]; 86 87 87 88 nativeCheckInputs = [ 89 + hypothesis 88 90 pytest-xdist 89 91 pytestCheckHook 90 92 ];