Merge pull request #164086 from r-ryantm/auto-update/ocrmypdf

ocrmypdf: 13.4.0 -> 13.4.1
This commit is contained in:
Mario Rodas
2022-03-20 09:07:28 -05:00
committed by GitHub
@@ -27,7 +27,7 @@
buildPythonPackage rec {
pname = "ocrmypdf";
version = "13.4.0";
version = "13.4.1";
src = fetchFromGitHub {
owner = "jbarlow83";
@@ -39,7 +39,7 @@ buildPythonPackage rec {
extraPostFetch = ''
rm "$out/.git_archival.txt"
'';
sha256 = "sha256-LgHhF+vztXPCn71d87OMn0umLvps7We6vyjdRJZw+3E=";
sha256 = "sha256-gxgeEwm3cYNllcmRTZhdyIWWGKXTewyVW314k732swE=";
};
SETUPTOOLS_SCM_PRETEND_VERSION = version;