Merge pull request #324892 from dotlambda/python3Packages.ocrmypdf

python312Packages.ocrmypdf: 16.4.0 -> 16.4.1
This commit is contained in:
Nick Cao
2024-07-06 11:38:03 -04:00
committed by GitHub
@@ -30,7 +30,7 @@
buildPythonPackage rec {
pname = "ocrmypdf";
version = "16.4.0";
version = "16.4.1";
disabled = pythonOlder "3.10";
@@ -46,7 +46,7 @@ buildPythonPackage rec {
postFetch = ''
rm "$out/.git_archival.txt"
'';
hash = "sha256-AqOHBioK4EaKux6ZtTWZgQgWLlbtG/SWdgXPb3MYm7o=";
hash = "sha256-C/xyinjiJgwdLHTLqFQApgr7q1gmmWoYBPfAq4iPUi0=";
};
patches = [