r-loo: added v2.3.1 (#20075)

This commit is contained in:
Justin S 2020-12-02 12:33:21 -06:00 committed by GitHub
parent 80b6b768df
commit 6d0e8d760a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -14,6 +14,7 @@ class RLoo(RPackage):
url = "https://cloud.r-project.org/src/contrib/loo_2.1.0.tar.gz"
list_url = "https://cloud.r-project.org/src/contrib/Archive/loo"
version('2.3.1', sha256='d98de21b71d9d9386131ae5ba4da051362c3ad39e0305af4f33d830f299ae08b')
version('2.1.0', sha256='1bf4a1ef85d151577ff96d4cf2a29c9ef24370b0b1eb08c70dcf45884350e87d')
depends_on('r@3.1.2:', type=('build', 'run'))