Skip to content

Commit

Permalink
Update dependency xz_utils to v5.6.1
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate-bot authored and AnotherFoxGuy committed Mar 12, 2024
1 parent 9f1086b commit 766a3ad
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 @@ -21,7 +21,7 @@ def requirements(self):
self.requires("zlib/1.3.1", force=True)
self.requires("libwebp/1.3.2", override=True)
if self.settings.os == "Linux":
self.requires("xz_utils/5.6.0", override=True)
self.requires("xz_utils/5.6.1", override=True)
self.requires("libalsa/1.2.10", override=True)

def generate(self):
Expand Down

0 comments on commit 766a3ad

Please sign in to comment.