diff options
-rw-r--r-- | development/pandas/pandas.SlackBuild | 2 | ||||
-rw-r--r-- | development/pandas/pandas.info | 6 |
2 files changed, 4 insertions, 4 deletions
diff --git a/development/pandas/pandas.SlackBuild b/development/pandas/pandas.SlackBuild index 68196bcc00..66bd0bdc5d 100644 --- a/development/pandas/pandas.SlackBuild +++ b/development/pandas/pandas.SlackBuild @@ -23,7 +23,7 @@ # ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. PRGNAM=pandas -VERSION=${VERSION:-0.18.0} +VERSION=${VERSION:-0.18.1} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} diff --git a/development/pandas/pandas.info b/development/pandas/pandas.info index 66b2c78fea..c12b1abdce 100644 --- a/development/pandas/pandas.info +++ b/development/pandas/pandas.info @@ -1,8 +1,8 @@ PRGNAM="pandas" -VERSION="0.18.0" +VERSION="0.18.1" HOMEPAGE="http://pandas.pydata.org" -DOWNLOAD="https://github.com/pydata/pandas/archive/v0.18.0.tar.gz" -MD5SUM="2f4ab544ae8153d100ba1a45a088091e" +DOWNLOAD="https://github.com/pydata/pandas/archive/v0.18.1.tar.gz" +MD5SUM="c6cb010d115a05842878c77f6959b8b0" DOWNLOAD_x86_64="" MD5SUM_x86_64="" REQUIRES="numpy python-dateutil pytz" |