py-palletable: Add new version (#16445)

Co-authored-by: Elizabeth Fischer <elizabeth.fischer@alaska.edu>
This commit is contained in:
Elizabeth Fischer 2020-05-04 17:55:54 -04:00 committed by GitHub
parent 43d2c7f3b5
commit 5adf703414
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -12,6 +12,7 @@ class PyPalettable(PythonPackage):
homepage = "https://jiffyclub.github.io/palettable/"
url = "https://pypi.io/packages/source/p/palettable/palettable-3.0.0.tar.gz"
version('3.3.0', sha256='72feca71cf7d79830cd6d9181b02edf227b867d503bec953cf9fa91bf44896bd')
version('3.0.0', sha256='eed9eb0399386ff42f90ca61d4fa38a1819a93d5adfc2d546e3e2869d9972c31')
depends_on('py-setuptools', type='build')