From 6e990c3c1514357ec8a8cd6419c266cf682809bb Mon Sep 17 00:00:00 2001 From: Kovid Goyal Date: Wed, 28 Jun 2023 11:09:32 +0530 Subject: [PATCH] PDF Output: Fix regression that caused large slowdowns when converting books with lots of internal HTML files to PDF Sadly the podofo maintainer has not made a release so we are building a commit. --- bypy/sources.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/bypy/sources.json b/bypy/sources.json index c732379111..ab12e8e8b5 100644 --- a/bypy/sources.json +++ b/bypy/sources.json @@ -382,9 +382,9 @@ { "name": "podofo", "unix": { - "filename": "podofo-0.10.0.tar.gz", - "hash": "sha256:c9bf607fe4862b5cc6eac1754f0e39674c553350e8bbde68f5fff3e3eb2ed4bc", - "urls": ["https://github.com/podofo/podofo/archive/refs/tags/0.10.0.tar.gz"] + "filename": "podofo-90ccd750ddf11be6853703ca432c0d96d89f19f2.tar.gz", + "hash": "sha256:9c7c9f18e70bfc3904c71048f12f48a047e718124cc626141867a2814e070d80", + "urls": ["https://github.com/podofo/podofo/archive/90ccd750ddf11be6853703ca432c0d96d89f19f2.tar.gz"] } },