diff options
author | Rosen Penev <rosenp@gmail.com> | 2019-11-28 07:46:51 -0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2019-11-28 07:46:51 -0800 |
commit | 68e4f49373729368b5ed7e8f8c7379f290690268 (patch) | |
tree | 0f71cdf2c4da09e9a9dca73d3dae40dd333ef093 | |
parent | 1be86b1e3b72a6410a4203c91cb47d992a3d7293 (diff) | |
parent | 4e6d16a221881d2c3fcbca5184c49716eab576d3 (diff) |
Merge pull request #10659 from commodo/simplejson-update
python-simplejson: bump to version 3.17.0
-rw-r--r-- | lang/python/python-simplejson/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/lang/python/python-simplejson/Makefile b/lang/python/python-simplejson/Makefile index 06c0d135f..d8a2558fa 100644 --- a/lang/python/python-simplejson/Makefile +++ b/lang/python/python-simplejson/Makefile @@ -8,13 +8,13 @@ include $(TOPDIR)/rules.mk PKG_NAME:=python-simplejson -PKG_VERSION:=3.16.0 -PKG_RELEASE:=3 +PKG_VERSION:=3.17.0 +PKG_RELEASE:=1 PKG_LICENSE:=MIT PKG_CPE_ID:=cpe:/a:simplejson_project:simplejson PYPI_NAME:=simplejson -PKG_HASH:=b1f329139ba647a9548aa05fb95d046b4a677643070dc2afc05fa2e975d09ca5 +PKG_HASH:=2b4b2b738b3b99819a17feaf118265d0753d5536049ea570b3c43b51c4701e81 include ../pypi.mk include $(INCLUDE_DIR)/package.mk |