phylip: new version (#7467)

This commit is contained in:
Levi Baber 2018-03-14 02:56:15 -05:00 committed by Massimiliano Culpo
parent e378044f16
commit 1cde74656b

View file

@ -32,6 +32,7 @@ class Phylip(Package):
homepage = "http://evolution.genetics.washington.edu/phylip/" homepage = "http://evolution.genetics.washington.edu/phylip/"
url = "http://evolution.gs.washington.edu/phylip/download/phylip-3.696.tar.gz" url = "http://evolution.gs.washington.edu/phylip/download/phylip-3.696.tar.gz"
version('3.697', '0e83d17fb4d668213603c86bc21d9012')
version('3.696', 'dbe5abc26f6089ead3dba41c2db526ee') version('3.696', 'dbe5abc26f6089ead3dba41c2db526ee')
def install(self, spec, prefix): def install(self, spec, prefix):