Merge pull request #168893 from dotlambda/ocrmypdf-13.4.3

authored by Martin Weinelt and committed by GitHub aacb9ea1 bc586e1f

+2 -2
+2 -2
pkgs/development/python-modules/ocrmypdf/default.nix
··· 27 27 28 28 buildPythonPackage rec { 29 29 pname = "ocrmypdf"; 30 - version = "13.4.2"; 30 + version = "13.4.3"; 31 31 32 32 src = fetchFromGitHub { 33 33 owner = "jbarlow83"; ··· 39 39 extraPostFetch = '' 40 40 rm "$out/.git_archival.txt" 41 41 ''; 42 - sha256 = "sha256-P829Tv2848iMEFzweydGSkFEnkfX8Rvyqd6Yqu+2VXY="; 42 + hash = "sha256-kriT3NV9Lj44WjOeK6+pILjfRMt9QMcKU57si394xxI="; 43 43 }; 44 44 45 45 SETUPTOOLS_SCM_PRETEND_VERSION = version;