soapdenovo2: add 242 (#19849)

This commit is contained in:
Justin S 2020-11-10 20:12:28 -06:00 committed by GitHub
parent f7e3ef1b5c
commit 15fbbdea7d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -16,6 +16,7 @@ class Soapdenovo2(MakefilePackage):
homepage = "https://github.com/aquaskyline/SOAPdenovo2" homepage = "https://github.com/aquaskyline/SOAPdenovo2"
url = "https://github.com/aquaskyline/SOAPdenovo2/archive/r240.tar.gz" url = "https://github.com/aquaskyline/SOAPdenovo2/archive/r240.tar.gz"
version('242', sha256='a0043ceb41bc17a1c3fd2b8abe4f9029a60ad3edceb2b15af3c2cfabd36aa11b')
version('240', sha256='cc9e9f216072c0bbcace5efdead947e1c3f41f09baec5508c7b90f933a090909') version('240', sha256='cc9e9f216072c0bbcace5efdead947e1c3f41f09baec5508c7b90f933a090909')
def install(self, spec, prefix): def install(self, spec, prefix):