diff options
author | Yegor Yefremov <yegorslists@googlemail.com> | 2012-02-02 15:01:54 +0100 |
---|---|---|
committer | Peter Korsgaard <jacmet@sunsite.dk> | 2012-02-02 16:16:10 +0100 |
commit | faf266b460c339019aab446c454b358492887c45 (patch) | |
tree | 72eaa0f85afb9cd3a30a8919293c4f7e6fea1206 | |
parent | 88404d6b80a58b6d0729de1617822c69c7dfd7ca (diff) |
python-serial: bump to 2.6
Signed-off-by: Yegor Yefremov <yegorslists@googlemail.com>
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
-rw-r--r-- | package/python-serial/python-serial.mk | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/package/python-serial/python-serial.mk b/package/python-serial/python-serial.mk index 4c8a891f5..add96678b 100644 --- a/package/python-serial/python-serial.mk +++ b/package/python-serial/python-serial.mk @@ -4,7 +4,7 @@ # ############################################################# -PYTHON_SERIAL_VERSION = 2.5 +PYTHON_SERIAL_VERSION = 2.6 PYTHON_SERIAL_SOURCE = pyserial-$(PYTHON_SERIAL_VERSION).tar.gz PYTHON_SERIAL_SITE = http://pypi.python.org/packages/source/p/pyserial/ |