diff options
author | Yegor Yefremov <yegorslists@googlemail.com> | 2015-06-16 21:20:48 +0200 |
---|---|---|
committer | Thomas Petazzoni <thomas.petazzoni@free-electrons.com> | 2015-06-21 06:51:33 +0200 |
commit | 55dbcaf48fcf229c4fbaab6df8abe8f3e16a6c56 (patch) | |
tree | be7accdfb726e9e2c11fe22fe97b365455742544 /package/python-lxml/python-lxml.mk | |
parent | 31112c3f6151547ca73023b0d11ad478b5066a42 (diff) | |
download | buildroot-55dbcaf48fcf229c4fbaab6df8abe8f3e16a6c56.tar.gz buildroot-55dbcaf48fcf229c4fbaab6df8abe8f3e16a6c56.zip |
python-lxml: bump to 3.4.4
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 5dcc4caecd..321e56d757 100644 --- a/package/python-lxml/python-lxml.mk +++ b/package/python-lxml/python-lxml.mk @@ -4,7 +4,7 @@ # ################################################################################ -PYTHON_LXML_VERSION = 3.4.2 +PYTHON_LXML_VERSION = 3.4.4 PYTHON_LXML_SITE = http://lxml.de/files PYTHON_LXML_SOURCE = lxml-$(PYTHON_LXML_VERSION).tgz |