Loading pkgs/development/python-modules/ocrmypdf/default.nix +8 −4 Original line number Diff line number Diff line Loading @@ -4,6 +4,8 @@ deprecation, fetchFromGitHub, ghostscript, hatch-vcs, hatchling, hypothesis, img2pdf, jbig2enc, Loading @@ -19,7 +21,6 @@ pythonOlder, rich, reportlab, setuptools-scm, substituteAll, tesseract, unpaper, Loading @@ -28,7 +29,7 @@ buildPythonPackage rec { pname = "ocrmypdf"; version = "16.4.3"; version = "16.5.0"; disabled = pythonOlder "3.10"; Loading @@ -44,7 +45,7 @@ buildPythonPackage rec { postFetch = '' rm "$out/.git_archival.txt" ''; hash = "sha256-SHinfAWUqrPnHdDDXa1meVfxsyct17b1ak5U91GEc1w="; hash = "sha256-jqe4BRW0U7gqcf+FtDWjDDvRStAqaEPTuU+B+BrFR5Y="; }; patches = [ Loading @@ -59,7 +60,10 @@ buildPythonPackage rec { }) ]; build-system = [ setuptools-scm ]; build-system = [ hatch-vcs hatchling ]; nativeBuildInputs = [ installShellFiles ]; Loading Loading
pkgs/development/python-modules/ocrmypdf/default.nix +8 −4 Original line number Diff line number Diff line Loading @@ -4,6 +4,8 @@ deprecation, fetchFromGitHub, ghostscript, hatch-vcs, hatchling, hypothesis, img2pdf, jbig2enc, Loading @@ -19,7 +21,6 @@ pythonOlder, rich, reportlab, setuptools-scm, substituteAll, tesseract, unpaper, Loading @@ -28,7 +29,7 @@ buildPythonPackage rec { pname = "ocrmypdf"; version = "16.4.3"; version = "16.5.0"; disabled = pythonOlder "3.10"; Loading @@ -44,7 +45,7 @@ buildPythonPackage rec { postFetch = '' rm "$out/.git_archival.txt" ''; hash = "sha256-SHinfAWUqrPnHdDDXa1meVfxsyct17b1ak5U91GEc1w="; hash = "sha256-jqe4BRW0U7gqcf+FtDWjDDvRStAqaEPTuU+B+BrFR5Y="; }; patches = [ Loading @@ -59,7 +60,10 @@ buildPythonPackage rec { }) ]; build-system = [ setuptools-scm ]; build-system = [ hatch-vcs hatchling ]; nativeBuildInputs = [ installShellFiles ]; Loading