Skip to content

Commit

Permalink
Bump poppler-data version to 0.4.11
Browse files Browse the repository at this point in the history
  • Loading branch information
MartinDelille committed Jul 25, 2022
1 parent 25e3fd6 commit e1ab63f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion recipes/poppler/all/conanfile.py
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,7 @@ def configure(self):
del self.options.with_libiconv

def requirements(self):
self.requires("poppler-data/0.4.10")
self.requires("poppler-data/0.4.11")
self.requires("freetype/2.12.1")
if self.options.get_safe("with_libiconv"):
self.requires("libiconv/1.17")
Expand Down

0 comments on commit e1ab63f

Please sign in to comment.