diff options
author | Justin S <3630356+codeandkey@users.noreply.github.com> | 2019-05-14 15:17:25 -0500 |
---|---|---|
committer | Levi Baber <baber@iastate.edu> | 2019-05-14 15:17:25 -0500 |
commit | 4f1717998a263a6f2f1cffa6d2746d33f44f48e3 (patch) | |
tree | 67a7ff885896247a92e73a7f4139f8c198871f37 /var | |
parent | c6d34076dc4d384608dca0f0724e4ab851aaba6d (diff) | |
download | spack-4f1717998a263a6f2f1cffa6d2746d33f44f48e3.tar.gz spack-4f1717998a263a6f2f1cffa6d2746d33f44f48e3.tar.bz2 spack-4f1717998a263a6f2f1cffa6d2746d33f44f48e3.tar.xz spack-4f1717998a263a6f2f1cffa6d2746d33f44f48e3.zip |
r-withr: add 2.1.2 (#11445)
Diffstat (limited to 'var')
-rw-r--r-- | var/spack/repos/builtin/packages/r-withr/package.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/var/spack/repos/builtin/packages/r-withr/package.py b/var/spack/repos/builtin/packages/r-withr/package.py index 40a9934134..fffb8ee84a 100644 --- a/var/spack/repos/builtin/packages/r-withr/package.py +++ b/var/spack/repos/builtin/packages/r-withr/package.py @@ -16,6 +16,7 @@ class RWithr(RPackage): url = "https://cran.r-project.org/src/contrib/withr_1.0.2.tar.gz" list_url = "https://cran.r-project.org/src/contrib/Archive/withr" + version('2.1.2', sha256='41366f777d8adb83d0bdbac1392a1ab118b36217ca648d3bb9db763aa7ff4686') version('1.0.2', 'ca52b729af9bbaa14fc8b7bafe38663c') version('1.0.1', 'ac38af2c6f74027c9592dd8f0acb7598') |