r-pillar: add 1.6.4 (#27040)

This commit is contained in:
Manuela Kuhn 2021-10-29 05:47:42 +02:00 committed by GitHub
parent fcf6a46aeb
commit 5c1874c387
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -13,9 +13,9 @@ class RPillar(RPackage):
the full range of colours provided by modern terminals."""
homepage = "https://cloud.r-project.org/package=pillar"
url = "https://cloud.r-project.org/src/contrib/pillar_1.3.1.tar.gz"
list_url = "https://cloud.r-project.org/src/contrib/Archive/pillar"
cran = "pillar"
version('1.6.4', sha256='033a92a271ddeec2a17323d070de8257b9ca4d57f5be6181e2ad35fe7e1ea19e')
version('1.4.7', sha256='cdedb2b2a4854e917f43b0c6379efefda9d7ff4e58dec2a3159a80ee8288f298')
version('1.4.2', sha256='bababb76b6db06dc32ccd947dbad6c164a1749ff5b558c6783ad03570f010825')
version('1.4.1', sha256='f571ca7a3ef0927747510b972da31a26da24b9da68990fe1bbc9d4ae58028c55')
@ -32,9 +32,11 @@ class RPillar(RPackage):
depends_on('r-cli', type=('build', 'run'))
depends_on('r-crayon@1.3.4:', type=('build', 'run'))
depends_on('r-ellipsis', when='@1.4.7:', type=('build', 'run'))
depends_on('r-ellipsis@0.3.2', when='@1.6.1:', type=('build', 'run'))
depends_on('r-fansi', type=('build', 'run'))
depends_on('r-lifecycle', when='@1.4.7:', type=('build', 'run'))
depends_on('r-rlang@0.3.0:', type=('build', 'run'))
depends_on('r-utf8@1.1.0:', type=('build', 'run'))
depends_on('r-vctrs', when='@1.4.0:', type=('build', 'run'))
depends_on('r-vctrs@0.2.0:', when='@1.4.7:', type=('build', 'run'))
depends_on('r-vctrs@0.3.8:', when='@1.6.1:', type=('build', 'run'))