Skip to content
This repository has been archived by the owner on May 13, 2020. It is now read-only.

Commit

Permalink
LIBXMLVER = '2.9.3', 2.9.4 fails compilation
Browse files Browse the repository at this point in the history
  • Loading branch information
agroszer committed Jun 7, 2016
1 parent dee6d51 commit dac3fb7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/zope/wineggbuilder/lxml.py
Expand Up @@ -36,7 +36,7 @@
ZLIBVER, ZLIBVER)
ICONVVER = '1.9.1'
ICONVURL = 'http://ftp.gnu.org/pub/gnu/libiconv/libiconv-%s.tar.gz' % ICONVVER
LIBXMLVER = '2.9.4'
LIBXMLVER = '2.9.3'
LIBXMLURL = 'ftp://xmlsoft.org/libxml2/libxml2-%s.tar.gz' % LIBXMLVER
LIBXSLTVER = '1.1.29'
LIBXSLTURL = 'ftp://xmlsoft.org/libxslt/libxslt-%s.tar.gz' % LIBXSLTVER
Expand Down

0 comments on commit dac3fb7

Please sign in to comment.