mirror of
https://github.com/python-pillow/Pillow.git
synced 2026-02-18 21:20:28 +03:00
Updated zlib-ng to 2.3.3
This commit is contained in:
parent
e108e646da
commit
1ac7691fe5
2
.github/workflows/wheels-dependencies.sh
vendored
2
.github/workflows/wheels-dependencies.sh
vendored
|
|
@ -103,7 +103,7 @@ XZ_VERSION=5.8.2
|
|||
ZSTD_VERSION=1.5.7
|
||||
TIFF_VERSION=4.7.1
|
||||
LCMS2_VERSION=2.18
|
||||
ZLIB_NG_VERSION=2.3.2
|
||||
ZLIB_NG_VERSION=2.3.3
|
||||
LIBWEBP_VERSION=1.6.0
|
||||
BZIP2_VERSION=1.0.8
|
||||
LIBXCB_VERSION=1.17.0
|
||||
|
|
|
|||
|
|
@ -126,7 +126,7 @@ V = {
|
|||
"OPENJPEG": "2.5.4",
|
||||
"TIFF": "4.7.1",
|
||||
"XZ": "5.8.2",
|
||||
"ZLIBNG": "2.3.2",
|
||||
"ZLIBNG": "2.3.3",
|
||||
}
|
||||
V["LIBPNG_XY"] = "".join(V["LIBPNG"].split(".")[:2])
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user