We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8db9e71 commit 6efca61Copy full SHA for 6efca61
setup.py
@@ -389,7 +389,7 @@ def get_mupdf_tgz():
389
'''
390
mupdf_url_or_local = os.environ.get(
391
'PYMUPDF_SETUP_MUPDF_TGZ',
392
- 'https://mupdf.com/downloads/archive/mupdf-1.20.0-source.tar.gz',
+ 'https://mupdf.com/downloads/archive/mupdf-1.20.3-source.tar.gz',
393
)
394
log( f'mupdf_url_or_local={mupdf_url_or_local!r}')
395
if mupdf_url_or_local == '':
0 commit comments