diff options
author | Yegor Yefremov <yegorslists@googlemail.com> | 2015-03-24 20:50:50 +0100 |
---|---|---|
committer | Thomas Petazzoni <thomas.petazzoni@free-electrons.com> | 2015-03-25 00:50:43 +0100 |
commit | c3b9a9a3cde7ca3db1daca2f752fec4aa7d75356 (patch) | |
tree | 89a397a608e39ba1be8e8bfd0fb11448e2fb28ae /package/python-lxml/python-lxml.mk | |
parent | 57e1bdaa7eb37d7a62fe536b39e077de0050a15e (diff) | |
download | buildroot-c3b9a9a3cde7ca3db1daca2f752fec4aa7d75356.tar.gz buildroot-c3b9a9a3cde7ca3db1daca2f752fec4aa7d75356.zip |
python-lxml: bump to 3.4.2
Signed-off-by: Yegor Yefremov <yegorslists@googlemail.com>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
Diffstat (limited to 'package/python-lxml/python-lxml.mk')
-rw-r--r-- | package/python-lxml/python-lxml.mk | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/package/python-lxml/python-lxml.mk b/package/python-lxml/python-lxml.mk index e7222e826e..5dcc4caecd 100644 --- a/package/python-lxml/python-lxml.mk +++ b/package/python-lxml/python-lxml.mk @@ -4,7 +4,7 @@ # ################################################################################ -PYTHON_LXML_VERSION = 3.4.1 +PYTHON_LXML_VERSION = 3.4.2 PYTHON_LXML_SITE = http://lxml.de/files PYTHON_LXML_SOURCE = lxml-$(PYTHON_LXML_VERSION).tgz |