Update grackle (#6822)

This commit is contained in:
Loikki 2018-01-03 21:35:17 +01:00 committed by Massimiliano Culpo
parent f07ce6094e
commit 229db0f1c7

View File

@ -35,9 +35,10 @@ class Grackle(Package):
generalized and trimmed down version of the chemistry network of the Enzo generalized and trimmed down version of the chemistry network of the Enzo
simulation code simulation code
""" """
homepage = 'http://grackle.readthedocs.io/en/grackle-2.2/' homepage = 'http://grackle.readthedocs.io/en/grackle-3.0/'
url = 'https://bitbucket.org/grackle/grackle/get/grackle-2.0.1.tar.bz2' url = 'https://bitbucket.org/grackle/grackle/get/grackle-3.0.tar.bz2'
version('3.0', 'dc85e664da7e70b65b3ef7164477a959')
version('2.2', 'ec49ed1db5a42db21f478285150c2ba3') version('2.2', 'ec49ed1db5a42db21f478285150c2ba3')
version('2.0.1', 'a9624ad13a60c592c1a0a4ea8e1ae86d') version('2.0.1', 'a9624ad13a60c592c1a0a4ea8e1ae86d')