rsem: update version 1.3.0 md5sum (#6650)

This commit is contained in:
Eric 2018-01-02 21:15:40 -06:00 committed by Adam J. Stewart
parent 2c5c7a37cb
commit d2c3b3884b

View file

@ -32,7 +32,7 @@ class Rsem(MakefilePackage):
homepage = "http://deweylab.github.io/RSEM/" homepage = "http://deweylab.github.io/RSEM/"
url = "https://github.com/deweylab/RSEM/archive/v1.3.0.tar.gz" url = "https://github.com/deweylab/RSEM/archive/v1.3.0.tar.gz"
version('1.3.0', '9728161625d339d022130e2428604bf5') version('1.3.0', '273fd755e23d349cc38a079b81bb03b6')
depends_on('r', type=('build', 'run')) depends_on('r', type=('build', 'run'))
depends_on('perl', type=('build', 'run')) depends_on('perl', type=('build', 'run'))