py-pandas: add versions 0.19.2 and 0.21.1 (#6687)

This commit is contained in:
Eric 2017-12-16 20:38:02 -06:00 committed by Christoph Junghans
parent a69cfd5f78
commit d3545ed1b3

View file

@ -38,6 +38,8 @@ class PyPandas(PythonPackage):
homepage = "http://pandas.pydata.org/"
url = "https://pypi.io/packages/source/p/pandas/pandas-0.19.0.tar.gz"
version('0.21.1', '42ae7f81b81a86c3f91f663b66c525f7')
version('0.19.2', '26df3ef7cd5686fa284321f4f48b38cd')
version('0.19.0', 'bc9bb7188e510b5d44fbdd249698a2c3')
version('0.18.0', 'f143762cd7a59815e348adf4308d2cf6')
version('0.16.1', 'fac4f25748f9610a3e00e765474bdea8')