py-seaborn: add version 0.9.0 (#9553)

This commit is contained in:
Matthias Wolf 2018-10-18 20:40:58 +02:00 committed by Peter Scheibel
parent 8738268e0a
commit 572bbfda6d

View File

@ -17,6 +17,7 @@ class PySeaborn(PythonPackage):
homepage = "http://seaborn.pydata.org/"
url = "https://pypi.io/packages/source/s/seaborn/seaborn-0.7.1.tar.gz"
version('0.9.0', '76c83f794ca320fb6b23a7c6192d5e185a5fcf4758966a0c0a54baee46d41e2f')
version('0.7.1', 'ef07e29e0f8a1f2726abe506c1a36e93')
depends_on('py-setuptools', type='build')