python310Packages.ocrmypdf: 14.0.2 -> 14.0.3

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

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

authored by

Robert Schütz and committed by
Robert Schütz
3fc5aecc 177c2e4f

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