Update lzma version to 5.2.7

On top of using a more recent version (which is good it itself),
version 5.2.7 use a autotools version which knows about wasm.
This commit is contained in:
Matthieu Gautier
2022-11-02 12:28:47 +01:00
parent ce82860b85
commit a7809b33fc
2 changed files with 12 additions and 4 deletions

View File

@ -43,7 +43,7 @@ base_deps_meta_version = '78'
base_deps_versions = {
'zlib' : '1.2.12',
'lzma' : '5.2.4',
'lzma' : '5.2.7',
'zstd' : '1.5.2',
'docoptcpp' : '0.6.2',
'uuid' : '1.43.4',