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

python310Packages.ocrmypdf: 15.1.0 -> 15.2.0

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

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

+2 -2
+2 -2
pkgs/development/python-modules/ocrmypdf/default.nix
··· 31 31 32 32 buildPythonPackage rec { 33 33 pname = "ocrmypdf"; 34 - version = "15.1.0"; 34 + version = "15.2.0"; 35 35 36 36 disabled = pythonOlder "3.9"; 37 37 ··· 47 47 postFetch = '' 48 48 rm "$out/.git_archival.txt" 49 49 ''; 50 - hash = "sha256-RyF4GZjYPIerlPP8RDsYg+wjAChlzAqqqEPHPr/gQLU="; 50 + hash = "sha256-XeO/obDP2tv/HKZLa0Absv26m+oUIup/IBMFZP8/1VQ="; 51 51 }; 52 52 53 53 SETUPTOOLS_SCM_PRETEND_VERSION = version;