r-lifecycle: add 1.0.1 (#26975)

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

View File

@ -19,11 +19,12 @@ class RLifecycle(RPackage):
verbosity."""
homepage = "https://lifecycle.r-lib.org/"
url = "https://cloud.r-project.org/src/contrib/lifecycle_0.2.0.tar.gz"
list_url = "https://cloud.r-project.org/src/contrib/Archive/lifecycle"
cran = "lifecycle"
version('1.0.1', sha256='1da76e1c00f1be96ca34e122ae611259430bf99d6a1b999fdef70c00c30f7ba0')
version('0.2.0', sha256='29746e8dee05d4e36f9c612e8c7a903a4f648a36b3b94c9776e518c38a412224')
depends_on('r@3.2:', type=('build', 'run'))
depends_on('r@3.3:', when='@1:', type=('build', 'run'))
depends_on('r-glue', type=('build', 'run'))
depends_on('r-rlang@0.4.0:', type=('build', 'run'))