diff options
author | Derek Straka <derek@asterius.io> | 2018-06-29 16:38:17 -0400 |
---|---|---|
committer | Khem Raj <raj.khem@gmail.com> | 2018-06-29 15:53:09 -0700 |
commit | a45ebba7247efc13b324feb96a0e89b4203b805a (patch) | |
tree | 19a4b60e8d16c15d56d9aa99a7089cdd9cecab46 /meta-python/recipes-devtools/python/python-pandas.inc | |
parent | 3f0923b644b9dcc2f4e24d36f8422d2076d0bc14 (diff) | |
download | meta-openembedded-a45ebba7247efc13b324feb96a0e89b4203b805a.tar.gz |
python-pandas: update to version 0.23.1
Signed-off-by: Derek Straka <derek@asterius.io>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'meta-python/recipes-devtools/python/python-pandas.inc')
-rw-r--r-- | meta-python/recipes-devtools/python/python-pandas.inc | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/meta-python/recipes-devtools/python/python-pandas.inc b/meta-python/recipes-devtools/python/python-pandas.inc index b9f84a614b..a08f1c2861 100644 --- a/meta-python/recipes-devtools/python/python-pandas.inc +++ b/meta-python/recipes-devtools/python/python-pandas.inc | |||
@@ -6,8 +6,8 @@ HOMEPAGE = "http://pandas.pydata.org/" | |||
6 | LICENSE = "BSD-3-Clause" | 6 | LICENSE = "BSD-3-Clause" |
7 | LIC_FILES_CHKSUM = "file://LICENSE;md5=ee0470f2de336c370a71c2f8d5e81c11" | 7 | LIC_FILES_CHKSUM = "file://LICENSE;md5=ee0470f2de336c370a71c2f8d5e81c11" |
8 | 8 | ||
9 | SRC_URI[md5sum] = "c7a2757b607748255f3270221ac61d59" | 9 | SRC_URI[md5sum] = "95554bdc5991831030055dc26393554f" |
10 | SRC_URI[sha256sum] = "44a94091dd71f05922eec661638ec1a35f26d573c119aa2fad964f10a2880e6c" | 10 | SRC_URI[sha256sum] = "50b52af2af2e15f4aeb2fe196da073a8c131fa02e433e105d95ce40016df5690" |
11 | 11 | ||
12 | inherit pypi | 12 | inherit pypi |
13 | 13 | ||