about summary refs log tree commit diff
path: root/pkgs/development/python-modules/ocrmypdf
diff options
context:
space:
mode:
authorMario Rodas <marsam@users.noreply.github.com>2022-05-06 04:20:00 +0000
committerMario Rodas <marsam@users.noreply.github.com>2022-05-06 04:20:00 +0000
commit4fa28aadcdd1015a2e42000ab68ac1575626f04b (patch)
treef27e105ad6ba24a2ff2af61758cd86e641bb597c /pkgs/development/python-modules/ocrmypdf
parentdbf2b9152fab6b6f2aa35c32d65ceec4cc61b394 (diff)
python39Packages.pdfminer: 20220319 -> 20220506
https://github.com/pdfminer/pdfminer.six/releases/tag/20220506
Diffstat (limited to 'pkgs/development/python-modules/ocrmypdf')
-rw-r--r--pkgs/development/python-modules/ocrmypdf/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/development/python-modules/ocrmypdf/default.nix b/pkgs/development/python-modules/ocrmypdf/default.nix
index 72565e55419c8..6700b88479db8 100644
--- a/pkgs/development/python-modules/ocrmypdf/default.nix
+++ b/pkgs/development/python-modules/ocrmypdf/default.nix
@@ -83,7 +83,7 @@ buildPythonPackage rec {
   postPatch = ''
     # https://github.com/ocrmypdf/OCRmyPDF/issues/933
     substituteInPlace setup.cfg \
-      --replace "pdfminer.six!=20200720,>=20191110,<=20211012" "pdfminer.six!=20200720,>=20191110,<=20220319"
+      --replace "pdfminer.six!=20200720,>=20191110,<=20220319" "pdfminer.six!=20200720,>=20191110"
   '';
 
   pythonImportsCheck = [