python310Packages.ocrmypdf: 14.0.1 -> 14.0.2

Diff: https://github.com/ocrmypdf/OCRmyPDF/compare/v14.0.1...v14.0.2

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

authored by Robert Schütz and committed by Robert Schütz ed367406 517b65cd

+2 -2
+2 -2
pkgs/development/python-modules/ocrmypdf/default.nix
··· 29 29 30 30 buildPythonPackage rec { 31 31 pname = "ocrmypdf"; 32 - version = "14.0.1"; 32 + version = "14.0.2"; 33 33 34 34 disabled = pythonOlder "3.8"; 35 35 ··· 45 45 postFetch = '' 46 46 rm "$out/.git_archival.txt" 47 47 ''; 48 - hash = "sha256-eYn24FkAXj/ESCoC0QaLY+wRhkxZP1KnuY4VU1WiG24="; 48 + hash = "sha256-s2G+ZNMEF3ZB1+ibPiYPuqdypoYFdFPpASeqFReR8/g="; 49 49 }; 50 50 51 51 SETUPTOOLS_SCM_PRETEND_VERSION = version;