Skip to content

Commit 6efca61

Browse files
setup.py: build with mupdf-1.20.3.
1 parent 8db9e71 commit 6efca61

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -389,7 +389,7 @@ def get_mupdf_tgz():
389389
'''
390390
mupdf_url_or_local = os.environ.get(
391391
'PYMUPDF_SETUP_MUPDF_TGZ',
392-
'https://mupdf.com/downloads/archive/mupdf-1.20.0-source.tar.gz',
392+
'https://mupdf.com/downloads/archive/mupdf-1.20.3-source.tar.gz',
393393
)
394394
log( f'mupdf_url_or_local={mupdf_url_or_local!r}')
395395
if mupdf_url_or_local == '':

0 commit comments

Comments
 (0)