python312Packages.ocrmypdf: 16.4.3 -> 16.5.0 (#339234)

This commit is contained in:
Robert Schütz 2024-09-03 10:16:32 -07:00 committed by GitHub
commit 96be698f9b
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

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