python311Packages.ocrmypdf: 15.4.4 -> 16.0.4
Diff: https://github.com/ocrmypdf/OCRmyPDF/compare/v15.4.4...v16.0.4 Changelog: https://github.com/ocrmypdf/OCRmyPDF/blob/v16.0.4/docs/release_notes.rst
This commit is contained in:
@@ -25,15 +25,14 @@
|
||||
, tqdm
|
||||
, typing-extensions
|
||||
, unpaper
|
||||
, wheel
|
||||
, installShellFiles
|
||||
}:
|
||||
|
||||
buildPythonPackage rec {
|
||||
pname = "ocrmypdf";
|
||||
version = "15.4.4";
|
||||
version = "16.0.4";
|
||||
|
||||
disabled = pythonOlder "3.9";
|
||||
disabled = pythonOlder "3.10";
|
||||
|
||||
pyproject = true;
|
||||
|
||||
@@ -47,7 +46,7 @@ buildPythonPackage rec {
|
||||
postFetch = ''
|
||||
rm "$out/.git_archival.txt"
|
||||
'';
|
||||
hash = "sha256-Ff0OrSJFglVPpSNB0KvDMnatj+P57zWdcVAFaM+Sg0s=";
|
||||
hash = "sha256-1Bg1R8c5VtJsd8NHd+WWdJRA39Jjgv9JUMcijZm942o=";
|
||||
};
|
||||
|
||||
patches = [
|
||||
@@ -64,7 +63,6 @@ buildPythonPackage rec {
|
||||
nativeBuildInputs = [
|
||||
setuptools
|
||||
setuptools-scm
|
||||
wheel
|
||||
installShellFiles
|
||||
];
|
||||
|
||||
|
||||
Reference in New Issue
Block a user