diff options
author | Derek Straka <derek@asterius.io> | 2017-11-12 12:42:52 -0500 |
---|---|---|
committer | Armin Kuster <akuster808@gmail.com> | 2017-11-19 13:36:26 -0800 |
commit | d3ff4c15d9768d6b2d1f0be16e155d64a3a8b4df (patch) | |
tree | 5a7385e0c3cad2161c72e90a556521dc78b25f9e /meta-python/recipes-devtools/python/python-simplejson.inc | |
parent | e0586a821aa704a3b05d3ca81ec06c083e92c5ee (diff) | |
download | meta-openembedded-d3ff4c15d9768d6b2d1f0be16e155d64a3a8b4df.tar.gz |
python-simplejson: update to version 3.12.0
Signed-off-by: Derek Straka <derek@asterius.io>
Signed-off-by: Armin Kuster <akuster808@gmail.com>
Diffstat (limited to 'meta-python/recipes-devtools/python/python-simplejson.inc')
-rw-r--r-- | meta-python/recipes-devtools/python/python-simplejson.inc | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/meta-python/recipes-devtools/python/python-simplejson.inc b/meta-python/recipes-devtools/python/python-simplejson.inc index 13c04568f..7f436f27e 100644 --- a/meta-python/recipes-devtools/python/python-simplejson.inc +++ b/meta-python/recipes-devtools/python/python-simplejson.inc | |||
@@ -4,8 +4,8 @@ HOMEPAGE = "http://cheeseshop.python.org/pypi/simplejson" | |||
4 | LICENSE = "MIT" | 4 | LICENSE = "MIT" |
5 | LIC_FILES_CHKSUM = "file://LICENSE.txt;md5=c6338d7abd321c0b50a2a547e441c52e" | 5 | LIC_FILES_CHKSUM = "file://LICENSE.txt;md5=c6338d7abd321c0b50a2a547e441c52e" |
6 | 6 | ||
7 | SRC_URI[md5sum] = "6e2f1bd5fb0a926facf5d89d217a7183" | 7 | SRC_URI[md5sum] = "048548acae58984b3e939b3bcf182c8e" |
8 | SRC_URI[sha256sum] = "01a22d49ddd9a168b136f26cac87d9a335660ce07aa5c630b8e3607d6f4325e7" | 8 | SRC_URI[sha256sum] = "df5e38f5e0a24abe0e02276aa5c3f8504150047a51c0b6b848b8153e6e6d395e" |
9 | 9 | ||
10 | inherit pypi | 10 | inherit pypi |
11 | 11 | ||