ocrmypdf 15.4.0 -> 15.4.3 https://repology.org/project/ocrmypdf/versions attrpath: ocrmypdf Checking auto update branch... No auto update branch exists [version] [version] updated version and sha256 [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] skipping because derivation has no updateScript [quotedUrls] [quotedUrls] nothing found to replace Diff after rewrites: diff --git a/pkgs/development/python-modules/ocrmypdf/default.nix b/pkgs/development/python-modules/ocrmypdf/default.nix index c6e16c25d52c..751e2072a29a 100644 --- a/pkgs/development/python-modules/ocrmypdf/default.nix +++ b/pkgs/development/python-modules/ocrmypdf/default.nix @@ -31,7 +31,7 @@ buildPythonPackage rec { pname = "ocrmypdf"; - version = "15.4.0"; + version = "15.4.3"; disabled = pythonOlder "3.9"; @@ -47,7 +47,7 @@ buildPythonPackage rec { postFetch = '' rm "$out/.git_archival.txt" ''; - hash = "sha256-cbKqisaRAeT8ljANbYiUDrptAoQmmIkMu1ya8O6nXvQ="; + hash = "sha256-mMop5BpODzorRgvGbpHCR80uKYT/CE2VEX8RF4Dh1hw="; }; SETUPTOOLS_SCM_PRETEND_VERSION = version; Received ExitFailure 1 when running Raw command: /nix/store/3nqhcyc7vid1npgcd0m7arg5sn325nhz-nix-2.12.0/bin/nix-build --option sandbox true --arg config "{ allowBroken = true; allowUnfree = true; allowAliases = false; }" --arg overlays "[ ]" -A ocrmypdf nix build failed. @nix { "action": "setPhase", "phase": "installCheckPhase" } running install tests no Makefile or custom installCheckPhase, doing nothing @nix { "action": "setPhase", "phase": "pythonCatchConflictsPhase" } pythonCatchConflictsPhase @nix { "action": "setPhase", "phase": "pythonRemoveBinBytecodePhase" } pythonRemoveBinBytecodePhase @nix { "action": "setPhase", "phase": "pythonImportsCheckPhase" } pythonImportsCheckPhase Executing pythonImportsCheckPhase Check whether the following modules can be imported: ocrmypdf Traceback (most recent call last): File "", line 1, in File "", line 1, in File "/nix/store/qp5zys77biz7imbk6yy85q5pdv7qk84j-python3-3.11.6/lib/python3.11/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "", line 1204, in _gcd_import File "", line 1176, in _find_and_load File "", line 1147, in _find_and_load_unlocked File "", line 690, in _load_unlocked File "", line 940, in exec_module File "", line 241, in _call_with_frames_removed File "/nix/store/dvg5zkis6hwd0vlblycidkzvk225yysj-python3.11-ocrmypdf-15.4.3/lib/python3.11/site-packages/ocrmypdf/__init__.py", line 10, in from ocrmypdf import helpers, hocrtransform, pdfa, pdfinfo File "/nix/store/dvg5zkis6hwd0vlblycidkzvk225yysj-python3.11-ocrmypdf-15.4.3/lib/python3.11/site-packages/ocrmypdf/pdfinfo/__init__.py", line 9, in from ocrmypdf.pdfinfo.info import Colorspace, Encoding, PageInfo, PdfInfo File "/nix/store/dvg5zkis6hwd0vlblycidkzvk225yysj-python3.11-ocrmypdf-15.4.3/lib/python3.11/site-packages/ocrmypdf/pdfinfo/info.py", line 27, in from pikepdf import ( ImportError: cannot import name 'Matrix' from 'pikepdf' (/nix/store/skc2s88nhk4q9siqah0ki74q6c89ls47-python3.11-pikepdf-8.4.0/lib/python3.11/site-packages/pikepdf/__init__.py)