r-biocgenerics: package update (#7778)

This commit is contained in:
Matteo Guglielmi 2018-04-17 14:43:26 +02:00 committed by Adam J. Stewart
parent f4cc57261b
commit 07ebcb7f6b

View File

@ -32,6 +32,7 @@ class RBiocgenerics(RPackage):
url = "https://git.bioconductor.org/packages/BiocGenerics"
list_url = homepage
version('0.24.0', git='https://git.bioconductor.org/packages/BiocGenerics', commit='3db111e8c1f876267da89f4f0c5406a9d5c31cd1')
version('0.22.1', git='https://git.bioconductor.org/packages/BiocGenerics', commit='9c90bb8926885289d596a81ff318ee3745cbb6ad')
depends_on('r@3.4.0:3.4.9', when='@0.22.1')
depends_on('r@3.4.0:3.4.9', when='@0.22.1:')