diff options
author | Glenn Johnson <glenn-johnson@uiowa.edu> | 2021-01-16 08:25:17 -0600 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-01-16 15:25:17 +0100 |
commit | e65551a158d860353bc20a2915f792d6943f827e (patch) | |
tree | 85b370672d482909044c5f03c2df9fc332c752f8 | |
parent | 89009c10af2045db5e04e83702d119a74205329a (diff) | |
download | spack-e65551a158d860353bc20a2915f792d6943f827e.tar.gz spack-e65551a158d860353bc20a2915f792d6943f827e.tar.bz2 spack-e65551a158d860353bc20a2915f792d6943f827e.tar.xz spack-e65551a158d860353bc20a2915f792d6943f827e.zip |
add version 1.7.2 to r-jsonlite (#20971)
-rw-r--r-- | var/spack/repos/builtin/packages/r-jsonlite/package.py | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/var/spack/repos/builtin/packages/r-jsonlite/package.py b/var/spack/repos/builtin/packages/r-jsonlite/package.py index 4d2cebad20..b3a74af8e3 100644 --- a/var/spack/repos/builtin/packages/r-jsonlite/package.py +++ b/var/spack/repos/builtin/packages/r-jsonlite/package.py @@ -7,7 +7,9 @@ from spack import * class RJsonlite(RPackage): - """A fast JSON parser and generator optimized for statistical data and the + """A Simple and Robust JSON Parser and Generator for R + + A fast JSON parser and generator optimized for statistical data and the web. Started out as a fork of 'RJSONIO', but has been completely rewritten in recent versions. The package offers flexible, robust, high performance tools for working with JSON in R and is particularly powerful for building @@ -22,6 +24,7 @@ class RJsonlite(RPackage): url = "https://cloud.r-project.org/src/contrib/jsonlite_1.5.tar.gz" list_url = "https://cloud.r-project.org/src/contrib/Archive/jsonlite" + version('1.7.2', sha256='06354b50435942f67ba264f79831e577809ef89e5f9a5a2201985396fe651fd2') version('1.6.1', sha256='74921dd249857a23afabc1ad1485a63a48828e57f240f0619deb04c60f883377') version('1.6', sha256='88c5b425229966b7409145a6cabc72db9ed04f8c37ee95901af0146bb285db53') version('1.5', sha256='6490371082a387cb1834048ad8cdecacb8b6b6643751b50298c741490c798e02') |