Bioconductor package url change (#5797)
This commit is contained in:

committed by
Christoph Junghans

parent
450f2fa034
commit
cd4d26705e
@@ -29,10 +29,9 @@
|
||||
class RBiocgenerics(RPackage):
|
||||
"""S4 generic functions needed by many Bioconductor packages."""
|
||||
homepage = "https://www.bioconductor.org/packages/BiocGenerics/"
|
||||
url = "https://www.bioconductor.org/packages/release/bioc/src/contrib/BiocGenerics_0.22.0.tar.gz"
|
||||
url = "https://git.bioconductor.org/packages/BiocGenerics"
|
||||
list_url = homepage
|
||||
|
||||
version('0.22.1', '19759052960991f065e6542851d56efa')
|
||||
version('0.22.0', 'ef910f2011c0652e1f5fdf3b14219490')
|
||||
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.0:0.22.1')
|
||||
depends_on('r@3.4.0:3.4.9', when='@0.22.1')
|
||||
|
Reference in New Issue
Block a user