We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fe63ade commit f586d61Copy full SHA for f586d61
.github/workflows/win-ci.py
@@ -16,7 +16,7 @@
16
import time
17
from functools import lru_cache
18
19
-ZLIB = "http://zlib.net/zlib-{}.tar.xz".format("1.3")
+ZLIB = "http://zlib.net/zlib-{}.tar.xz".format("1.3.1")
20
LIBXML2 = "https://gitlab.gnome.org/GNOME/libxml2/-/archive/v2.12.0/libxml2-v2.12.0.tar.gz"
21
LIBXSLT = "https://gitlab.gnome.org/GNOME/libxslt/-/archive/v1.1.39/libxslt-v1.1.39.tar.gz"
22
LXML = "https://files.pythonhosted.org/packages/30/39/7305428d1c4f28282a4f5bdbef24e0f905d351f34cf351ceb131f5cddf78/lxml-4.9.3.tar.gz" # noqa
0 commit comments