r-zlibbioc: new version (#9044)

This commit is contained in:
Levi Baber 2018-08-21 14:13:52 -05:00 committed by Adam J. Stewart
parent eb74f49363
commit efbb2c0733

View File

@ -32,9 +32,11 @@ class RZlibbioc(RPackage):
direct need for this package). See the vignette for instructions
on use."""
homepage = "http://bioconductor.org/packages/release/bioc/html/Zlibbioc.html"
homepage = "http://bioconductor.org/packages/release/bioc/html/zlibbioc.html"
git = "https://git.bioconductor.org/packages/zlibbioc.git"
version('1.26.0', commit='2e3ab097caa09a5e3ddaa3469b13e19a7224da0d')
version('1.22.0', commit='30377f830af2bc1ff17bbf3fdd2cb6442015fea5')
depends_on('r@3.4.0:3.4.9', when='@1.22.0')
depends_on('r@3.4.0:3.4.9', when='@1.22.0', type=('build', 'run'))
depends_on('r@3.5.0:3.5.9', when='@1.26.0', type=('build', 'run'))