We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ea3578d commit b26edb4Copy full SHA for b26edb4
build_conquest_python.py
@@ -21,7 +21,7 @@ def install_directory(self):
21
class ZlibPackage(InstallInConquestPythonBaseMixin, AutoconfMixin, NoArchiveMixin, Package):
22
'''Zlib'''
23
name = 'zlib'
24
- version = '1.3.1'
+ version = '1.2.13'
25
26
@property
27
def source_archives(self):
0 commit comments