Skip to content

Commit b26edb4

Browse files
committed
Keep zlib version (BLD-6874)
1 parent ea3578d commit b26edb4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build_conquest_python.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ def install_directory(self):
2121
class ZlibPackage(InstallInConquestPythonBaseMixin, AutoconfMixin, NoArchiveMixin, Package):
2222
'''Zlib'''
2323
name = 'zlib'
24-
version = '1.3.1'
24+
version = '1.2.13'
2525

2626
@property
2727
def source_archives(self):

0 commit comments

Comments
 (0)