diff options
author | Jeffery To <jeffery.to@gmail.com> | 2020-01-20 23:36:27 +0800 |
---|---|---|
committer | Jeffery To <jeffery.to@gmail.com> | 2020-01-20 23:38:56 +0800 |
commit | 20c72b00a2b43e248a493a673bff548292683248 (patch) | |
tree | ea0e3a82a94585544b4f1e1f89aa42517ebdd6b5 /lang | |
parent | 9d8dbdd86ee8fe39469d7c5a25e61ceb4ae18acb (diff) |
python-six: Update to 1.14.0
Signed-off-by: Jeffery To <jeffery.to@gmail.com>
Diffstat (limited to 'lang')
-rw-r--r-- | lang/python/python-six/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lang/python/python-six/Makefile b/lang/python/python-six/Makefile index f6e548e5b..4125139dc 100644 --- a/lang/python/python-six/Makefile +++ b/lang/python/python-six/Makefile @@ -8,11 +8,11 @@ include $(TOPDIR)/rules.mk PKG_NAME:=python-six -PKG_VERSION:=1.13.0 +PKG_VERSION:=1.14.0 PKG_RELEASE:=1 PYPI_NAME:=six -PKG_HASH:=30f610279e8b2578cab6db20741130331735c781b56053c59c4076da27f06b66 +PKG_HASH:=236bdbdce46e6e6a3d61a337c0f8b763ca1e8717c03b369e87a7ec7ce1319c0a PKG_LICENSE:=MIT PKG_LICENSE_FILES:=LICENSE |