Skip to content

Commit

Permalink
fix pdf2htmlex version
Browse files Browse the repository at this point in the history
  • Loading branch information
andiwand committed Dec 25, 2024
1 parent ab954e1 commit 6b4d035
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion conanfile.py
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ def requirements(self):
self.requires("uchardet/0.0.8")
self.requires("utfcpp/4.0.4")
if self.options.get_safe("with_pdf2htmlEX", False):
self.requires("pdf2htmlex/0.18.8.rc1-20240905-git")
self.requires("pdf2htmlex/0.18.8.rc1-git-6f85c88")
if self.options.get_safe("with_wvWare", False):
self.requires("wvware/1.2.9")

Expand Down

0 comments on commit 6b4d035

Please sign in to comment.